[Xfce4-commits] <xfce4-panel:master> Fix spacing in vertical panel with arrow on the side (bug #7584).

Nick Schermer noreply at xfce.org
Sun May 8 00:08:02 CEST 2011


Updating branch refs/heads/master
         to be44541780ba7c4fd32cf430e70b5aa3b4d9c328 (commit)
       from 0d7587ec2cb43d6538ecef754460c09ebf16aeb0 (commit)

commit be44541780ba7c4fd32cf430e70b5aa3b4d9c328
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).

 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