diff options
author | raveit65 <[email protected]> | 2014-05-10 16:33:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-16 21:28:23 +0200 |
commit | c66f1d242b2a1b551f39feaddb5a5f14e9168bdc (patch) | |
tree | 424dbd3d9cabe853269bcf11bb04e377840c9f3c /desktop-themes/Menta/gtk-2.0 | |
parent | 071131e4b83018361753828fad65d9fdffb2153d (diff) | |
download | mate-themes-c66f1d242b2a1b551f39feaddb5a5f14e9168bdc.tar.bz2 mate-themes-c66f1d242b2a1b551f39feaddb5a5f14e9168bdc.tar.xz |
Menta BlueMenta GTK2: The little lovely gripper at the bottom right needs to stay
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0')
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/gtkrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/gtkrc b/desktop-themes/Menta/gtk-2.0/gtkrc index 2b216756..0e2899b6 100644 --- a/desktop-themes/Menta/gtk-2.0/gtkrc +++ b/desktop-themes/Menta/gtk-2.0/gtkrc @@ -103,9 +103,9 @@ style "murrine-default" { GtkMenuBar ::window-dragging = 1
GtkToolbar ::window-dragging = 1
- # The little ugly gripper at the bottom right needs to go.
- GtkWindow ::resize-grip-height = 0
- GtkWindow ::resize-grip-width = 0
+ # The little lovely gripper at the bottom right needs to stay.
+ GtkWindow ::resize-grip-height = 15
+ GtkWindow ::resize-grip-width = 15
xthickness = 1
ythickness = 1
@@ -511,6 +511,7 @@ style "murrine-scrollbar" { }
}
+
style "murrine-sidebar" {
xthickness = 0
ythickness = 0
|