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

This reverts commit c4450d2a6c26ae38aea2c2edf4ada073421b2898.
This commit is contained in:
Hermes Agent 2026-06-19 14:26:33 +08:00
parent c4450d2a6c
commit 6225ce06c9
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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