mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Make the Create Tool window larger by default
Previously it was 490px wide (in Desktop) Now it will be 750 px wide (in Desktop) The properties tab is now with an acceptable size by default. (which is closer to the landscape display we have in HMD.) No change in HMD or in-Tablet display.
This commit is contained in:
parent
670d832c8b
commit
726901b087
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Script.include([
|
|||
var CreateWindow = Script.require('./modules/createWindow.js');
|
||||
|
||||
var TITLE_OFFSET = 60;
|
||||
var CREATE_TOOLS_WIDTH = 490;
|
||||
var CREATE_TOOLS_WIDTH = 750;
|
||||
var MAX_DEFAULT_ENTITY_LIST_HEIGHT = 942;
|
||||
var ENTIRE_DOMAIN_SCAN_RADIUS = 27713;
|
||||
|
||||
|
|
Loading…
Reference in a new issue