Wrap Menu in VBox with fixed width: set outer VBox to 250px width and Menu to 100% width
This commit is contained in:
parent
3f449816ed
commit
73b833c1c3
@ -64,9 +64,16 @@
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
"widgettype": "Menu",
|
||||
"widgettype": "VBox",
|
||||
"options": {
|
||||
"width": "250px",
|
||||
"height": "100%"
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
"widgettype": "Menu",
|
||||
"options": {
|
||||
"width": "100%",
|
||||
"height": "100%",
|
||||
"bgcolor": "#1A1E2F",
|
||||
"items": [
|
||||
@ -91,6 +98,8 @@
|
||||
],
|
||||
"menuitem_css": "menuitem"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user