use GTK_RELIEF_NONE for the buttons.

2007-02-08  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpenumwidgets.c
	(gimp_enum_stock_box_new_with_range): use GTK_RELIEF_NONE for the
	buttons.

svn path=/trunk/; revision=21868
This commit is contained in:
Sven Neumann 2007-02-08 11:33:30 +00:00 committed by Sven Neumann
parent 525b8bd6b5
commit 2b2e9ab623
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-02-08 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpenumwidgets.c
(gimp_enum_stock_box_new_with_range): use GTK_RELIEF_NONE for the
buttons.
2007-02-08 Sven Neumann <sven@gimp.org>
* app/widgets/widgets-enums.c

View File

@ -351,6 +351,7 @@ gimp_enum_stock_box_new_with_range (GType enum_type,
button = gtk_radio_button_new (group);
gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
gtk_toggle_button_set_mode (GTK_TOGGLE_BUTTON (button), FALSE);
if (first_button && *first_button == NULL)