diff options
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0/gtkrc')
-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
|