fix: wrap rl_asset_results in VScrollPanel for scrolling

When many assets are returned, the results area needs scroll.
Wrap the target VBox in a VScrollPanel with fixed height.
This commit is contained in:
yumoqing 2026-05-30 11:22:53 +08:00
parent 7c3e77e612
commit 304e4c4071

View File

@ -45,6 +45,10 @@
}
]
},
{
"widgettype": "VScrollPanel",
"options": {"height": "600px"},
"subwidgets": [
{
"widgettype": "VBox",
"id": "rl_asset_results",
@ -52,3 +56,5 @@
}
]
}
]
}