Skip to content
Snippets Groups Projects
Commit 3f1eda3e authored by Nick Schermer's avatar Nick Schermer
Browse files

Fix button size in vertical launcher with arrow.

parent caf6918a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment