create the color button for the canvas padding color using

2002-12-12  Sven Neumann  <sven@gimp.org>

	* app/gui/preferences-dialog.c (prefs_color_button_add): create the
	color button for the canvas padding color using GIMP_COLOR_AREA_FLAT.
This commit is contained in:
Sven Neumann 2002-12-12 19:48:13 +00:00 committed by Sven Neumann
parent a60a78c463
commit 36afd6cac1
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-12-12 Sven Neumann <sven@gimp.org>
* app/gui/preferences-dialog.c (prefs_color_button_add): create the
color button for the canvas padding color using GIMP_COLOR_AREA_FLAT.
2002-12-11 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/ripply-anim.scm: applied a patch from

View file

@ -662,7 +662,7 @@ prefs_color_button_add (GObject *config,
GtkWidget *button;
button = gimp_prop_color_button_new (config, property_name, title,
20, 20, GIMP_COLOR_AREA_SMALL_CHECKS);
20, 20, GIMP_COLOR_AREA_FLAT);
if (button)
gimp_table_attach_aligned (table, 0, table_row,

View file

@ -662,7 +662,7 @@ prefs_color_button_add (GObject *config,
GtkWidget *button;
button = gimp_prop_color_button_new (config, property_name, title,
20, 20, GIMP_COLOR_AREA_SMALL_CHECKS);
20, 20, GIMP_COLOR_AREA_FLAT);
if (button)
gimp_table_attach_aligned (table, 0, table_row,