Updating branch refs/heads/devel
         to a583c500481960be8d6c134fd14ea3bf8bd0938e (commit)
       from d5958ecfdc8603e5982e41485aa63594b19f389c (commit)

commit a583c500481960be8d6c134fd14ea3bf8bd0938e
Author: Nick Schermer <[email protected]>
Date:   Mon Feb 22 12:35:58 2010 +0100

    Fix button size in vertical launcher with arrow.

 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 c1c507e..197c740 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -1179,7 +1179,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