summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-09-05 17:01:28 +0200
committerPacho Ramos <pacho@gentoo.org>2015-09-05 17:01:59 +0200
commit6d995e6e89c222af0d0e1db0f949f8554c018ab0 (patch)
treeaa3fb5d97b42eec0057c3c39cfeda083d06bdf89 /x11-themes/gtk-engines/files/gtk-engines-2.20.2-java-look.patch
parentdev-libs/libgcrypt: x86 stable wrt bug #538488 (diff)
downloadgentoo-6d995e6e89c222af0d0e1db0f949f8554c018ab0.tar.gz
gentoo-6d995e6e89c222af0d0e1db0f949f8554c018ab0.tar.bz2
gentoo-6d995e6e89c222af0d0e1db0f949f8554c018ab0.zip
x11-themes/gtk-engines: Fix java apps look (#523074 by Alex Barker), also apply the Fedora fixes/improvements for this.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-themes/gtk-engines/files/gtk-engines-2.20.2-java-look.patch')
-rw-r--r--x11-themes/gtk-engines/files/gtk-engines-2.20.2-java-look.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines/files/gtk-engines-2.20.2-java-look.patch b/x11-themes/gtk-engines/files/gtk-engines-2.20.2-java-look.patch
new file mode 100644
index 000000000000..b038366db282
--- /dev/null
+++ b/x11-themes/gtk-engines/files/gtk-engines-2.20.2-java-look.patch
@@ -0,0 +1,22 @@
+--- gtk-engines-2.19.0/themes/Clearlooks/gtk-2.0/gtkrc.orig 2011-11-27 14:25:46.523593240 -0800
++++ gtk-engines-2.19.0/themes/Clearlooks/gtk-2.0/gtkrc 2011-11-27 14:25:34.400658810 -0800
+@@ -207,8 +207,8 @@
+ }
+
+ style "menu" {
+- xthickness = 0
+- ythickness = 0
++ xthickness = 2
++ ythickness = 2
+
+ bg[NORMAL] = shade (1.08, @bg_color)
+
+@@ -229,7 +229,7 @@
+ # 2. The line should go to the edges (ie. no border at the left/right)
+ style "separator_menu_item" {
+ xthickness = 1
+- ythickness = 0
++ ythickness = 1
+
+ GtkSeparatorMenuItem::horizontal-padding = 0
+ GtkWidget::wide-separators = 1