[gimp/gimp-2-10] app: make the rectangle options a bit narrower, still too wide...



commit 5d11544b2c2483eaad293b75fe9e7df693cf2dfa
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jul 8 14:45:48 2018 +0200

    app: make the rectangle options a bit narrower, still too wide...
    
    (cherry picked from commit 6c3b1112be4b1b218fb889ece233a39311ae93b6)

 app/tools/gimprectangleoptions.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimprectangleoptions.c b/app/tools/gimprectangleoptions.c
index 7368dac7fa..cfd74abf69 100644
--- a/app/tools/gimprectangleoptions.c
+++ b/app/tools/gimprectangleoptions.c
@@ -39,7 +39,7 @@
 #include "gimp-intl.h"
 
 
-#define SB_WIDTH 7
+#define SB_WIDTH 5
 
 
 enum
@@ -785,7 +785,7 @@ gimp_rectangle_options_prop_dimension_frame_new (GObject      *config,
   gtk_widget_show (menu);
 
   /*  content  */
-  hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 4);
+  hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
   gtk_container_add (GTK_CONTAINER (frame), hbox);
   gtk_widget_show (hbox);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]