diff options
author | raveit65 <[email protected]> | 2014-05-10 16:33:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-10 16:33:00 +0200 |
commit | 37e8c9630fe5a066c5d65e7ff594f171bf193eba (patch) | |
tree | 6645d22365f6197ea2e8cd03152b528999f1bd3f /desktop-themes/BlueMenta/gtk-2.0 | |
parent | a0371fe785870e207d3ce42d4eeabb38fd777901 (diff) | |
download | mate-themes-37e8c9630fe5a066c5d65e7ff594f171bf193eba.tar.bz2 mate-themes-37e8c9630fe5a066c5d65e7ff594f171bf193eba.tar.xz |
Menta BlueMenta GTK2: The little lovely gripper at the bottom right needs to stay
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/gtkrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index 8146ca6b..bea058ef 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/gtkrc +++ b/desktop-themes/BlueMenta/gtk-2.0/gtkrc @@ -98,9 +98,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
|