summaryrefslogtreecommitdiff
path: root/xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-03-03 13:18:39 +0200
committerV3n3RiX <venerix@rogentos.ro>2015-03-03 13:18:39 +0200
commit59257c20af50f8cf71398581f011c29268c22904 (patch)
tree4b66fc3b28a40c73f6b3ea33461ef405fc046b2d /xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch
parent1d4685ccb4462149a48358830b8578ece519f85f (diff)
cleaned some xfce ebuilds already in portage tree && add xfce 4.12 fresh ebuilds
Diffstat (limited to 'xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch')
-rw-r--r--xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch b/xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch
new file mode 100644
index 00000000..fd74b953
--- /dev/null
+++ b/xfce-base/xfce4-panel/files/increase_xfce_systray_spacing.patch
@@ -0,0 +1,12 @@
+diff -Nur a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c
+--- a/plugins/systray/systray-box.c 2013-05-05 18:47:07.000000000 +0300
++++ b/plugins/systray/systray-box.c 2015-01-23 16:26:03.859341485 +0200
+@@ -36,7 +36,7 @@
+ #include "systray-box.h"
+ #include "systray-socket.h"
+
+-#define SPACING (2)
++#define SPACING (5)
+ #define OFFSCREEN (-9999)
+
+ /* some icon implementations request a 1x1 size for invisible icons */