fix: wrap Tabular in VBox with cheight for proper scrolling
This commit is contained in:
parent
235412c9f7
commit
82b494ecd9
@ -1,4 +1,10 @@
|
||||
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
"options": {
|
||||
"cheight": 40,
|
||||
"width": "100%"
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
"id":"product_tbl",
|
||||
"widgettype":"Tabular",
|
||||
@ -358,4 +364,6 @@
|
||||
|
||||
,"binds":[]
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1,4 +1,10 @@
|
||||
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
"options": {
|
||||
"cheight": 40,
|
||||
"width": "100%"
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
"id":"product_type_config_tbl",
|
||||
"widgettype":"Tabular",
|
||||
@ -216,4 +222,6 @@
|
||||
|
||||
,"binds":[]
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user