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

This commit is contained in:
Michael Natterer 2017-03-12 22:32:28 +01:00
parent e29e950ca8
commit d603b70a69
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}