app/display/gimpdisplayshell-scale.c app/gui/info-window.c
2004-06-02 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-scale.c * app/gui/info-window.c * app/gui/preferences-dialog.c * app/gui/resize-dialog.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcurvestool.c * app/tools/gimphuesaturationtool.c * app/tools/gimplevelstool.c * app/tools/gimpthresholdtool.c * app/widgets/gimpdockable.c * app/widgets/gimpfiledialog.c * app/widgets/gimpgradienteditor.c * app/widgets/gimphistogrambox.c * app/widgets/gimplayertreeview.c * app/widgets/gimpstrokeeditor.c: tweaked some spacings for consistency and better HIG compliance.
This commit is contained in:
committed by
Sven Neumann
parent
6d91f4c968
commit
62b59db976
@ -261,7 +261,7 @@ gimp_threshold_tool_dialog (GimpImageMapTool *image_map_tool)
|
||||
|
||||
vbox = image_map_tool->main_vbox;
|
||||
|
||||
hbox = gtk_hbox_new (FALSE, 4);
|
||||
hbox = gtk_hbox_new (FALSE, 6);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
|
||||
gtk_widget_show (hbox);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user