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:

committed by
Michael Natterer

parent
47d3ba132b
commit
b7b799c041
@ -1,3 +1,9 @@
|
|||||||
|
2005-07-24 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* libgimp/gimpbrushmenu.c
|
||||||
|
* libgimp/gimppatternmenu.c: put the previews into sunken instead
|
||||||
|
of etched-in frames.
|
||||||
|
|
||||||
2005-07-24 Michael Natterer <mitch@gimp.org>
|
2005-07-24 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/core/gimppattern.c: untabify, minor cleanup.
|
* app/core/gimppattern.c: untabify, minor cleanup.
|
||||||
|
@ -148,7 +148,7 @@ gimp_brush_select_widget_new (const gchar *title,
|
|||||||
hbox = gtk_hbox_new (FALSE, 6);
|
hbox = gtk_hbox_new (FALSE, 6);
|
||||||
|
|
||||||
frame = gtk_frame_new (NULL);
|
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_box_pack_start (GTK_BOX (hbox), frame, FALSE, FALSE, 0);
|
||||||
gtk_widget_show (frame);
|
gtk_widget_show (frame);
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ gimp_pattern_select_widget_new (const gchar *title,
|
|||||||
hbox = gtk_hbox_new (FALSE, 6);
|
hbox = gtk_hbox_new (FALSE, 6);
|
||||||
|
|
||||||
frame = gtk_frame_new (NULL);
|
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_box_pack_start (GTK_BOX (hbox), frame, FALSE, FALSE, 0);
|
||||||
gtk_widget_show (frame);
|
gtk_widget_show (frame);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user