fix: wrap Tabular in VBox with cheight for proper scrolling
This commit is contained in:
parent
8f36013ad6
commit
195a7bfb46
BIN
scripts/__pycache__/load_path.cpython-310.pyc
Normal file
BIN
scripts/__pycache__/load_path.cpython-310.pyc
Normal file
Binary file not shown.
@ -1,4 +1,10 @@
|
||||
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
"options": {
|
||||
"cheight": 40,
|
||||
"width": "100%"
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
"id":"credit_limit_tbl",
|
||||
"widgettype":"Tabular",
|
||||
@ -183,4 +189,6 @@
|
||||
"page_rows":160,
|
||||
"cache_limit":5
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user