diff options
author | cinamod <cinamod> | 2004-07-20 15:46:44 +0000 |
---|---|---|
committer | cinamod <cinamod> | 2004-07-20 15:46:44 +0000 |
commit | 290f060d1dfa8669adae57572a09df49a90726c3 (patch) | |
tree | ae13597cbab9e1edea2f241d076b1b69ed93ea16 /modules | |
parent | 5760dc6e1f35c2899c1de1dcb961bc909310ac22 (diff) | |
download | gtk+-290f060d1dfa8669adae57572a09df49a90726c3.tar.gz |
this makes inkscape look better
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/engines/ms-windows/Theme/gtk-2.0/gtkrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc index fca83e78a9..3a866db869 100755 --- a/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc +++ b/modules/engines/ms-windows/Theme/gtk-2.0/gtkrc @@ -7,9 +7,9 @@ style "msw-default" GtkWidget::interior_focus = 1 GtkOptionMenu::indicator_size = { 9, 5 } GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 } - GtkMenuBar::shadow-type = none + GtkMenuBar::shadow-type = etched-in GtkToolbar::shadow-type = etched-in - GtkHandleBox::shadow-type = none + GtkHandleBox::shadow-type = etched-in GtkSpinButton::shadow-type = in GtkTreeView::allow-rules = 0 |