changed aspect ratio of the wrap-box used for the "Pressure sensitivity"

2007-10-22  Sven Neumann  <sven@gimp.org>

	* app/tools/gimppaintoptions-gui.c: changed aspect ratio of the
	wrap-box used for the "Pressure sensitivity" controls to make 
them
	fit better into the tool-options.


svn path=/trunk/; revision=23910
This commit is contained in:
Sven Neumann 2007-10-22 18:27:31 +00:00 committed by Sven Neumann
parent be218f973b
commit 8e880ebb68
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-10-22 Sven Neumann <sven@gimp.org>
* app/tools/gimppaintoptions-gui.c: changed aspect ratio of the
wrap-box used for the "Pressure sensitivity" controls to make them
fit better into the tool-options.
2007-10-22 Kevin Cozens <kcozens@cvs.gnome.org>
* plug-ins/script-fu/tinyscheme/scheme.c: Allow one to three

View File

@ -239,7 +239,7 @@ pressure_options_gui (GimpPressureOptions *pressure,
gtk_widget_show (inner_frame);
wbox = gtk_hwrap_box_new (FALSE);
gtk_wrap_box_set_aspect_ratio (GTK_WRAP_BOX (wbox), 7);
gtk_wrap_box_set_aspect_ratio (GTK_WRAP_BOX (wbox), 4);
gtk_container_add (GTK_CONTAINER (inner_frame), wbox);
gtk_widget_show (wbox);
}