diff options
Diffstat (limited to 'x11-themes/ubuntulooks/files/patch-gtkrc')
-rw-r--r-- | x11-themes/ubuntulooks/files/patch-gtkrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/ubuntulooks/files/patch-gtkrc b/x11-themes/ubuntulooks/files/patch-gtkrc new file mode 100644 index 000000000..ddb5b4b7f --- /dev/null +++ b/x11-themes/ubuntulooks/files/patch-gtkrc @@ -0,0 +1,18 @@ +--- themes/Human/gtk-2.0/gtkrc.orig ++++ themes/Human/gtk-2.0/gtkrc +@@ -7,6 +7,7 @@ + # + # Feel free to modify and share! + ++gtk-icon-sizes = "panel-menu=24,24" + + style "clearlooks-default" + { +@@ -219,6 +220,7 @@ + # tooltips stuff + widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist" + widget "gtk-tooltips" style "clearlooks-tooltips" ++widget "gtk-tooltip" style "clearlooks-tooltips" + + # treeview stuff + widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree" |