[Xfce4-commits] <xfce4-panel:xfce-4.8> Fix spacing in vertical panel with arrow on the side (bug #7584).
Nick Schermer
noreply at xfce.org
Sat Jun 18 12:18:03 CEST 2011
Updating branch refs/heads/xfce-4.8
to a3fb5eb55d013e390ce02aea21dcffae13f7979e (commit)
from 885747224770aa00ef7d5c408d88510b3c9b2bd8 (commit)
commit a3fb5eb55d013e390ce02aea21dcffae13f7979e
Author: Yves-Alexis Perez <corsac at debian.org>
Date: Sat May 7 23:59:39 2011 +0200
Fix spacing in vertical panel with arrow on the side (bug #7584).
(cherry picked from commit be44541780ba7c4fd32cf430e70b5aa3b4d9c328)
plugins/launcher/launcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index 9ba3b4e..46d2dd0 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -1275,7 +1275,7 @@ launcher_plugin_size_changed (XfcePanelPlugin *panel_plugin,
if (horizontal)
p_width += ARROW_BUTTON_SIZE;
else
- p_height += ARROW_BUTTON_SIZE;
+ p_height -= ARROW_BUTTON_SIZE;
break;
}
More information about the Xfce4-commits
mailing list