boxfromprefs outta the way

This commit is contained in:
STEINNI
2025-10-13 20:52:24 +00:00
parent d727679919
commit 8005e31931
4 changed files with 25 additions and 5 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ class EditorsController extends EICController {
static: true,
expanded: false,
withSettings: true,
windowStyle: this._boxFromPrefs('live.spaceview.3D', { x: 50, y:100, w:600, h:400 }),
windowStyle: EICDomContent.boxFromPrefs('live.spaceview.3D', { x: 50, y:100, w:600, h:400 }),
},
{
models: models,
@@ -57,7 +57,7 @@ class EditorsController extends EICController {
static: true,
expanded: false,
withSettings: true,
windowStyle: this._boxFromPrefs('live.spaceview.2D', { x: 500, y:100, w:600, h:400 }),
windowStyle: EICDomContent.boxFromPrefs('live.spaceview.2D', { x: 500, y:100, w:600, h:400 }),
},
{
models: models,