mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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);
|
entityListTool.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
|
||||||
createToolsWindow.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
|
createToolsWindow.interactiveWindowHidden.addListener(this, deactivateCreateIfDesktopWindowsHidden);
|
||||||
|
|
||||||
that.setActive(false);
|
that.setActive(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -176,4 +176,4 @@ ListView = function(tableId, tableBodyId, tableScrollId, createRowFunction, upda
|
||||||
}
|
}
|
||||||
|
|
||||||
return that;
|
return that;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
||||||
var TITLE_OFFSET = 60;
|
var TITLE_OFFSET = 60;
|
||||||
var ENTITY_LIST_WIDTH = 495;
|
var ENTITY_LIST_WIDTH = 495;
|
||||||
var MAX_DEFAULT_CREATE_TOOLS_HEIGHT = 778;
|
var MAX_DEFAULT_CREATE_TOOLS_HEIGHT = 778;
|
||||||
var entityListWindow = new CreateWindow(
|
var entityListWindow = new CreateWindow(
|
||||||
Script.resourcesPath() + "qml/hifi/tablet/EditEntityList.qml",
|
Script.resourcesPath() + "qml/hifi/tablet/EditEntityList.qml",
|
||||||
'Entity List',
|
'Entity List',
|
||||||
'com.highfidelity.create.entityListWindow',
|
'com.highfidelity.create.entityListWindow',
|
||||||
|
@ -34,7 +34,7 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
||||||
y: windowHeight
|
y: windowHeight
|
||||||
},
|
},
|
||||||
position: {
|
position: {
|
||||||
x: Window.x,
|
x: Window.x,
|
||||||
y: Window.y + TITLE_OFFSET
|
y: Window.y + TITLE_OFFSET
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue