menubars now have shadow=NONE

This commit is contained in:
cinamod 2003-11-05 17:47:36 +00:00
parent 524f0ba1bd
commit c6e019fbe3
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
* src/wimp_style.c: Toolbar steppers get drawn ETCHED_IN when pressed now. More
consistent with Win32 behavior.
* src/Theme/gtk-2.0/gtkrc: Make menubars have shadow=NONE. More
consisten with Win32 behavior, though Win32 apps tend to differ in this
area.
2003-11-04 Dom Lachowicz <cinamod@hotmail.com>

View File

@ -3,7 +3,7 @@ style "wimp-default"
GtkWidget::interior_focus = 1
GtkOptionMenu::indicator_size = { 9, 5 }
GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
GtkMenuBar::shadow-type = etched-in
GtkMenuBar::shadow-type = none
GtkToolbar::shadow-type = etched-in
GtkHandleBox::shadow-type = none
GtkSpinButton::shadow-type = in
@ -16,4 +16,4 @@ style "wimp-default"
}
}
class "GtkWidget" style "wimp-default"
class "*" style "wimp-default"