app/dialogs/preferences-dialog.c slightly increased the height of color
2007-02-07 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c * app/widgets/gimpgrideditor.c: slightly increased the height of color buttons. svn path=/trunk/; revision=21862
This commit is contained in:

committed by
Sven Neumann

parent
3702e82dfd
commit
ab406a1b07
@ -1,3 +1,9 @@
|
||||
2007-02-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/preferences-dialog.c
|
||||
* app/widgets/gimpgrideditor.c: slightly increased the height of
|
||||
color buttons.
|
||||
|
||||
2007-02-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpgradienteditor.[ch]: applied patch from Joao
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user