Increase size of frame around and between buttons

Makes easier to click and drag toolbar to new position.
This commit is contained in:
David Rowe 2016-03-16 11:43:11 +13:00
parent 3a28772729
commit 46a953885f

View file

@ -431,6 +431,6 @@ ToolBar = function(x, y, direction, optionalPersistenceKey, optionalInitialPosit
} }
} }
} }
ToolBar.SPACING = 4; ToolBar.SPACING = 6;
ToolBar.VERTICAL = 0; ToolBar.VERTICAL = 0;
ToolBar.HORIZONTAL = 1; ToolBar.HORIZONTAL = 1;