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",
|
"id":"product_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
@ -358,4 +364,6 @@
|
|||||||
|
|
||||||
,"binds":[]
|
,"binds":[]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
@ -1,4 +1,10 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "VBox",
|
||||||
|
"options": {
|
||||||
|
"cheight": 40,
|
||||||
|
"width": "100%"
|
||||||
|
},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"id":"product_type_config_tbl",
|
"id":"product_type_config_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
@ -216,4 +222,6 @@
|
|||||||
|
|
||||||
,"binds":[]
|
,"binds":[]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user