From 37e8c9630fe5a066c5d65e7ff594f171bf193eba Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 10 May 2014 16:33:00 +0200 Subject: Menta BlueMenta GTK2: The little lovely gripper at the bottom right needs to stay --- desktop-themes/BlueMenta/gtk-2.0/gtkrc | 6 +++--- desktop-themes/Menta/gtk-2.0/gtkrc | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'desktop-themes') 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 diff --git a/desktop-themes/Menta/gtk-2.0/gtkrc b/desktop-themes/Menta/gtk-2.0/gtkrc index 4a21d2b1..faa80019 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 -- cgit v1.2.1