[gimp] app: pack the icon size scale into the right vbox in the prefs dialog



commit d603b70a69ccc87a43a35bdf9227378395660e3a
Author: Michael Natterer <mitch gimp org>
Date:   Sun Mar 12 22:32:28 2017 +0100

    app: pack the icon size scale into the right vbox in the prefs dialog

 app/dialogs/preferences-dialog.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index 0235907..10bae92 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1786,8 +1786,7 @@ prefs_dialog_new (Gimp       *gimp,
                       gimp);
 
     icon_size_scale = gimp_icon_size_scale_new (gimp);
-
-    gtk_box_pack_start (GTK_BOX (vbox2), icon_size_scale, FALSE, FALSE, 0);
+    gtk_box_pack_start (GTK_BOX (vbox), icon_size_scale, FALSE, FALSE, 0);
     gtk_widget_show (icon_size_scale);
   }
 


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