From 2db8b20dbf5b3ab77430cc0c6a562fc17fe03e83 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Mon, 27 Nov 2017 10:56:33 +0100 Subject: [PATCH] k-means dialog - number of clusters gtkentry field not visible The gtkentry field for the number of clusters in the k-means dialog has a width of zero. Number entries in this field are not visible with this width, although the edit is done. I changed the width_chars to 5. Then the field is visible in the dialog. --- src/ui/gui/k-means.ui | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/gui/k-means.ui b/src/ui/gui/k-means.ui index 838199228b..787fcd3278 100644 --- a/src/ui/gui/k-means.ui +++ b/src/ui/gui/k-means.ui @@ -133,8 +133,7 @@ True True - ● - 0 + 5 True -- 2.30.2