From 726901b087aa11ac4fb9944a14c7a9d85fb1de0f Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Fri, 4 Dec 2020 23:47:38 -0500 Subject: [PATCH] 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. --- scripts/system/create/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/create/edit.js b/scripts/system/create/edit.js index 5f69548f6b..fc3d4fc10f 100644 --- a/scripts/system/create/edit.js +++ b/scripts/system/create/edit.js @@ -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;