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

commit be44541780ba7c4fd32cf430e70b5aa3b4d9c328
Author: Yves-Alexis Perez <[email protected]>
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;
         }
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to