mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
Increase size of frame around and between buttons
Makes easier to click and drag toolbar to new position.
This commit is contained in:
parent
3a28772729
commit
46a953885f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue