mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +02:00
lines/spacing
This commit is contained in:
parent
0a67c49ef9
commit
14a3eb4c97
2 changed files with 17 additions and 19 deletions
|
@ -813,7 +813,6 @@ var toolBar = (function () {
|
|||
};
|
||||
entityListTool.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
|
||||
createToolsWindow.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
|
||||
|
||||
that.setActive(false);
|
||||
}
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue