welcome to Windoz

This commit is contained in:
STEINNI
2025-10-14 16:31:07 +00:00
parent 8005e31931
commit fdefe42146
24 changed files with 79 additions and 88 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
class DashboardsController extends EICController {
class DashboardsController extends WindozController {
constructor(params) {
super(params)
@@ -43,7 +43,7 @@ class DashboardsController extends EICController {
static: true,
expanded: false,
withSettings: true,
windowStyle: EICDomContent.boxFromPrefs('live.spaceview.3D', { x: 50, y:100, w:600, h:400 }),
windowStyle: WindozDomContent.boxFromPrefs('live.spaceview.3D', { x: 50, y:100, w:600, h:400 }),
},
{
models: models,
@@ -62,7 +62,7 @@ class DashboardsController extends EICController {
static: true,
expanded: false,
withSettings: true,
windowStyle: EICDomContent.boxFromPrefs('live.spaceview.2D', { x: 500, y:100, w:600, h:400 }),
windowStyle: WindozDomContent.boxFromPrefs('live.spaceview.2D', { x: 500, y:100, w:600, h:400 }),
},
{
models: models,