From: freetz Date: Wed, 11 May 2005 19:13:47 +0000 (+0000) Subject: - more GtkMenu styles (for better menu look) X-Git-Tag: auto/ac/fbpanel-4_1-4~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffbpanel.git;a=commitdiff_plain;h=95e13c0de446dcab4bca03f50425d0f53182fc63 - more GtkMenu styles (for better menu look) Changed files: fbpanel-menu_style.patch -> 1.1 --- diff --git a/fbpanel-menu_style.patch b/fbpanel-menu_style.patch new file mode 100644 index 0000000..1ff762a --- /dev/null +++ b/fbpanel-menu_style.patch @@ -0,0 +1,17 @@ +diff -aurN fbpanel-4.1.orig/plugins/menu.c fbpanel-4.1/plugins/menu.c +--- fbpanel-4.1.orig/plugins/menu.c 2004-12-22 15:51:55.000000000 +0100 ++++ fbpanel-4.1/plugins/menu.c 2005-05-11 20:56:05.000000000 +0200 +@@ -30,9 +30,12 @@ + "{\n" + "GtkMenuBar::shadow-type = none\n" + "GtkMenuBar::internal-padding = 0\n" +-"GtkMenu::vertical-padding = 0\n" ++"GtkMenu::vertical-padding = 1\n" ++"GtkMenu::horizontal-offset = -1\n" ++"GtkMenuItem::horizontal-padding = 4\n" + "}\n" + "class 'GtkMenuBar' style 'menubar-style'\n" ++"class 'GtkMenuItem' style 'menubar-style'\n" + "class 'GtkMenu' style 'menubar-style'\n"; + /* + static gchar *transparent_rc = "style 'transparent-style'\n"