mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
lines/spacing
This commit is contained in:
parent
14a3eb4c97
commit
b82f6d0bad
3 changed files with 5 additions and 4 deletions
|
@ -812,7 +812,8 @@ var toolBar = (function () {
|
|||
}
|
||||
};
|
||||
entityListTool.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
|
||||
createToolsWindow.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
|
||||
createToolsWindow.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
|
||||
|
||||
that.setActive(false);
|
||||
}
|
||||
|
||||
|
|
|
@ -176,4 +176,4 @@ ListView = function(tableId, tableBodyId, tableScrollId, createRowFunction, upda
|
|||
}
|
||||
|
||||
return that;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
|||
var TITLE_OFFSET = 60;
|
||||
var ENTITY_LIST_WIDTH = 495;
|
||||
var MAX_DEFAULT_CREATE_TOOLS_HEIGHT = 778;
|
||||
var entityListWindow = new CreateWindow(
|
||||
var entityListWindow = new CreateWindow(
|
||||
Script.resourcesPath() + "qml/hifi/tablet/EditEntityList.qml",
|
||||
'Entity List',
|
||||
'com.highfidelity.create.entityListWindow',
|
||||
|
@ -34,7 +34,7 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
|||
y: windowHeight
|
||||
},
|
||||
position: {
|
||||
x: Window.x,
|
||||
x: Window.x,
|
||||
y: Window.y + TITLE_OFFSET
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue