3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00

Move directory, examples, and edit toolbar buttons down

Moved down as far as they can go within the getRecommendedOverlayRect(),
i.e., there's a 50px margin.
This commit is contained in:
David Rowe 2016-04-28 12:23:47 +12:00
parent 4160e0c1df
commit 26e8e22b8b
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ var directoryWindow = new OverlayWebWindow({
var toolHeight = 50;
var toolWidth = 50;
var TOOLBAR_MARGIN_Y = 25;
var TOOLBAR_MARGIN_Y = 0;
function showDirectory() {

View file

@ -53,7 +53,7 @@ selectionManager.addEventListener(function() {
var toolIconUrl = Script.resolvePath("assets/images/tools/");
var toolHeight = 50;
var toolWidth = 50;
var TOOLBAR_MARGIN_Y = 25;
var TOOLBAR_MARGIN_Y = 0;
var DEGREES_TO_RADIANS = Math.PI / 180.0;
var RADIANS_TO_DEGREES = 180.0 / Math.PI;

View file

@ -26,7 +26,7 @@ var examplesWindow = new OverlayWebWindow({
var toolHeight = 50;
var toolWidth = 50;
var TOOLBAR_MARGIN_Y = 25;
var TOOLBAR_MARGIN_Y = 0;
function showExamples(marketplaceID) {