libgimp/gimpbrushmenu.c put the previews into sunken instead of etched-in

2005-07-24  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpbrushmenu.c
	* libgimp/gimppatternmenu.c: put the previews into sunken instead
	of etched-in frames.
This commit is contained in:
Michael Natterer
2005-07-24 14:40:10 +00:00
committed by Michael Natterer
parent 47d3ba132b
commit b7b799c041
3 changed files with 8 additions and 2 deletions

View File

@ -148,7 +148,7 @@ gimp_brush_select_widget_new (const gchar *title,
hbox = gtk_hbox_new (FALSE, 6);
frame = gtk_frame_new (NULL);
gtk_frame_set_shadow_type (GTK_FRAME(frame), GTK_SHADOW_ETCHED_IN);
gtk_frame_set_shadow_type (GTK_FRAME(frame), GTK_SHADOW_IN);
gtk_box_pack_start (GTK_BOX (hbox), frame, FALSE, FALSE, 0);
gtk_widget_show (frame);