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