Merge pull request #7777 from ctrlaltdavid/20897

Move directory, examples, and edit toolbar buttons down a bit
This commit is contained in:
Brad Hefta-Gaub 2016-04-28 17:00:49 -07:00
commit e881cba502
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) {