diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/gtkrc | 6 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/gtkrc | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index 59d6a339..441489c5 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
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
|