From 46a953885f8b92c7cc6ae66c5782378b24db43df Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 16 Mar 2016 11:43:11 +1300 Subject: [PATCH] Increase size of frame around and between buttons Makes easier to click and drag toolbar to new position. --- examples/libraries/toolBars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/libraries/toolBars.js b/examples/libraries/toolBars.js index 28d7e76870..fddf854462 100644 --- a/examples/libraries/toolBars.js +++ b/examples/libraries/toolBars.js @@ -431,6 +431,6 @@ ToolBar = function(x, y, direction, optionalPersistenceKey, optionalInitialPosit } } } -ToolBar.SPACING = 4; +ToolBar.SPACING = 6; ToolBar.VERTICAL = 0; ToolBar.HORIZONTAL = 1;