fix: root VBox height:100% instead of cheight:40

This commit is contained in:
Hermes Agent 2026-06-19 14:25:11 +08:00
parent 9b6e3b7d14
commit c4450d2a6c
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"cheight": 40, "height": "100%",
"width": "100%" "width": "100%"
}, },
"subwidgets": [ "subwidgets": [

View File

@ -1,7 +1,7 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"cheight": 40, "height": "100%",
"width": "100%" "width": "100%"
}, },
"subwidgets": [ "subwidgets": [

View File

@ -1,7 +1,7 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"cheight": 40, "height": "100%",
"width": "100%" "width": "100%"
}, },
"subwidgets": [ "subwidgets": [