diff --git a/ChangeLog b/ChangeLog index 9896d7dbb9..49d601c460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-07 Sven Neumann + + * app/dialogs/preferences-dialog.c + * app/widgets/gimpgrideditor.c: slightly increased the height of + color buttons. + 2007-02-07 Michael Natterer * app/widgets/gimpgradienteditor.[ch]: applied patch from Joao diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c index 82950fc54b..eb817f98b5 100644 --- a/app/dialogs/preferences-dialog.c +++ b/app/dialogs/preferences-dialog.c @@ -1082,7 +1082,7 @@ prefs_color_button_add (GObject *config, { GtkWidget *button = gimp_prop_color_button_new (config, property_name, title, - 60, 20, + 60, 24, GIMP_COLOR_AREA_FLAT); if (button) diff --git a/app/widgets/gimpgrideditor.c b/app/widgets/gimpgrideditor.c index 0a29cb2357..13532b53aa 100644 --- a/app/widgets/gimpgrideditor.c +++ b/app/widgets/gimpgrideditor.c @@ -42,7 +42,7 @@ #define GRID_EDITOR_DEFAULT_RESOLUTION 72.0 #define GRID_EDITOR_COLOR_BUTTON_WIDTH 60 -#define GRID_EDITOR_COLOR_BUTTON_HEIGHT 20 +#define GRID_EDITOR_COLOR_BUTTON_HEIGHT 24 enum