forked from AuroraMiddleware/gtk
menubars now have shadow=NONE
This commit is contained in:
parent
524f0ba1bd
commit
c6e019fbe3
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
* src/wimp_style.c: Toolbar steppers get drawn ETCHED_IN when pressed now. More
|
* src/wimp_style.c: Toolbar steppers get drawn ETCHED_IN when pressed now. More
|
||||||
consistent with Win32 behavior.
|
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>
|
2003-11-04 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ style "wimp-default"
|
|||||||
GtkWidget::interior_focus = 1
|
GtkWidget::interior_focus = 1
|
||||||
GtkOptionMenu::indicator_size = { 9, 5 }
|
GtkOptionMenu::indicator_size = { 9, 5 }
|
||||||
GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
|
GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
|
||||||
GtkMenuBar::shadow-type = etched-in
|
GtkMenuBar::shadow-type = none
|
||||||
GtkToolbar::shadow-type = etched-in
|
GtkToolbar::shadow-type = etched-in
|
||||||
GtkHandleBox::shadow-type = none
|
GtkHandleBox::shadow-type = none
|
||||||
GtkSpinButton::shadow-type = in
|
GtkSpinButton::shadow-type = in
|
||||||
@ -16,4 +16,4 @@ style "wimp-default"
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class "GtkWidget" style "wimp-default"
|
class "*" style "wimp-default"
|
||||||
|
Loading…
Reference in New Issue
Block a user