]> git.pld-linux.org Git - packages/fbpanel.git/blame - fbpanel-menu_style.patch
- more GtkMenu styles (for better menu look)
[packages/fbpanel.git] / fbpanel-menu_style.patch
CommitLineData
95e13c0d 1diff -aurN fbpanel-4.1.orig/plugins/menu.c fbpanel-4.1/plugins/menu.c
2--- fbpanel-4.1.orig/plugins/menu.c 2004-12-22 15:51:55.000000000 +0100
3+++ fbpanel-4.1/plugins/menu.c 2005-05-11 20:56:05.000000000 +0200
4@@ -30,9 +30,12 @@
5 "{\n"
6 "GtkMenuBar::shadow-type = none\n"
7 "GtkMenuBar::internal-padding = 0\n"
8-"GtkMenu::vertical-padding = 0\n"
9+"GtkMenu::vertical-padding = 1\n"
10+"GtkMenu::horizontal-offset = -1\n"
11+"GtkMenuItem::horizontal-padding = 4\n"
12 "}\n"
13 "class 'GtkMenuBar' style 'menubar-style'\n"
14+"class 'GtkMenuItem' style 'menubar-style'\n"
15 "class 'GtkMenu' style 'menubar-style'\n";
16 /*
17 static gchar *transparent_rc = "style 'transparent-style'\n"
This page took 0.060847 seconds and 4 git commands to generate.