[Xfce4-commits] <xfce4-panel:devel> Fix button size in vertical launcher with arrow.
Nick Schermer
noreply at xfce.org
Mon Feb 22 12:38:03 CET 2010
Updating branch refs/heads/devel
to a583c500481960be8d6c134fd14ea3bf8bd0938e (commit)
from d5958ecfdc8603e5982e41485aa63594b19f389c (commit)
commit a583c500481960be8d6c134fd14ea3bf8bd0938e
Author: Nick Schermer <nick at xfce.org>
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;
}
More information about the Xfce4-commits
mailing list