fix: wrap Tabular in VBox with cheight for proper scrolling
This commit is contained in:
parent
cf18e592c7
commit
fa9f7f5146
@ -1,4 +1,10 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "VBox",
|
||||||
|
"options": {
|
||||||
|
"cheight": 40,
|
||||||
|
"width": "100%"
|
||||||
|
},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
"options":{
|
"options":{
|
||||||
@ -123,4 +129,6 @@
|
|||||||
"cache_limit":5
|
"cache_limit":5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user