diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 01fb28a..cfd7826 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -62,11 +62,18 @@ "width": "100%", "height": "calc(100% - 60px)" }, + "subwidgets": [ + { + "widgettype": "VBox", + "options": { + "width": "250px", + "height": "100%" + }, "subwidgets": [ { "widgettype": "Menu", "options": { - "width": "250px", + "width": "100%", "height": "100%", "bgcolor": "#1A1E2F", "items": [ @@ -91,7 +98,9 @@ ], "menuitem_css": "menuitem" } - }, + } + ] + }, { "widgettype": "VBox", "id": "main-content",