lines/spacing

This commit is contained in:
David Back 2018-09-06 16:52:58 -07:00
parent 0a67c49ef9
commit 14a3eb4c97
2 changed files with 17 additions and 19 deletions

View file

@ -813,7 +813,6 @@ var toolBar = (function () {
};
entityListTool.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
createToolsWindow.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
that.setActive(false);
}

View file

@ -19,7 +19,6 @@ EntityListTool = function(shouldUseEditTabletApp) {
var TITLE_OFFSET = 60;
var ENTITY_LIST_WIDTH = 495;
var MAX_DEFAULT_CREATE_TOOLS_HEIGHT = 778;
var entityListWindow = new CreateWindow(
Script.resourcesPath() + "qml/hifi/tablet/EditEntityList.qml",
'Entity List',