[gtk-engines/gnome3] Comment out GNOME3. Change menu padding.



commit 95d55250a6d536b32c0cf5cd8204487e7ffa4b07
Author: Hylke Bons <hylke bons intel com>
Date:   Fri Apr 2 17:18:19 2010 +0100

    Comment out GNOME3. Change menu padding.

 themes/GNOME3/gtk-2.0/gtkrc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/themes/GNOME3/gtk-2.0/gtkrc b/themes/GNOME3/gtk-2.0/gtkrc
index 675163f..e9e46d1 100644
--- a/themes/GNOME3/gtk-2.0/gtkrc
+++ b/themes/GNOME3/gtk-2.0/gtkrc
@@ -93,7 +93,7 @@ style "default" {
 		colorize_scrollbar = FALSE	# XXX, will we support this?
 		animation = FALSE
 		radius = 3.0
-		style = GNOME3
+		# style = GNOME3"
 
 		# Set a hint to disable backward compatibility fallbacks.
 		hint = "use-hints"
@@ -216,6 +216,7 @@ style "comboboxentry" {
 
 style "menubar" {
 
+  bg [NORMAL] = "#e2e2df"
 	engine "clearlooks" {
 		hint = "menubar"
 	}
@@ -233,8 +234,8 @@ style "menu" {
 }
 
 style "menu_item" {
-	xthickness = 2
-	ythickness = 3
+	xthickness = 5
+	ythickness = 4
 
 	fg[PRELIGHT]      = @selected_fg_color
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]