fix: wrap Tabular in VBox with cheight for proper scrolling
This commit is contained in:
parent
b41dc0a02d
commit
36b43288db
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":"components_tbl",
|
"id":"components_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
@ -129,4 +135,6 @@
|
|||||||
|
|
||||||
,"binds":[]
|
,"binds":[]
|
||||||
|
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@ -1,4 +1,10 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "VBox",
|
||||||
|
"options": {
|
||||||
|
"cheight": 40,
|
||||||
|
"width": "100%"
|
||||||
|
},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"id":"cpccluster_tbl",
|
"id":"cpccluster_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
@ -152,4 +158,6 @@
|
|||||||
|
|
||||||
,"binds":[]
|
,"binds":[]
|
||||||
|
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@ -1,4 +1,10 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "VBox",
|
||||||
|
"options": {
|
||||||
|
"cheight": 40,
|
||||||
|
"width": "100%"
|
||||||
|
},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"id":"cpclist_tbl",
|
"id":"cpclist_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
@ -263,4 +269,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@ -1,4 +1,10 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "VBox",
|
||||||
|
"options": {
|
||||||
|
"cheight": 40,
|
||||||
|
"width": "100%"
|
||||||
|
},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"id":"cpcnode_tbl",
|
"id":"cpcnode_tbl",
|
||||||
"widgettype":"Tabular",
|
"widgettype":"Tabular",
|
||||||
@ -185,4 +191,6 @@
|
|||||||
|
|
||||||
,"binds":[]
|
,"binds":[]
|
||||||
|
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@ -1,3 +1,10 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "VBox",
|
||||||
|
"options": {
|
||||||
|
"cheight": 40,
|
||||||
|
"width": "100%"
|
||||||
|
},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"id": "cpcpod_tbl",
|
"id": "cpcpod_tbl",
|
||||||
"widgettype": "Tabular",
|
"widgettype": "Tabular",
|
||||||
@ -176,4 +183,6 @@
|
|||||||
"cache_limit": 5
|
"cache_limit": 5
|
||||||
},
|
},
|
||||||
"binds": []
|
"binds": []
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@ -1,3 +1,10 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "VBox",
|
||||||
|
"options": {
|
||||||
|
"cheight": 40,
|
||||||
|
"width": "100%"
|
||||||
|
},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"id": "cpcnode_tbl",
|
"id": "cpcnode_tbl",
|
||||||
"widgettype": "Tabular",
|
"widgettype": "Tabular",
|
||||||
@ -275,4 +282,6 @@
|
|||||||
"cache_limit": 5
|
"cache_limit": 5
|
||||||
},
|
},
|
||||||
"binds": []
|
"binds": []
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@ -1,3 +1,10 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "VBox",
|
||||||
|
"options": {
|
||||||
|
"cheight": 40,
|
||||||
|
"width": "100%"
|
||||||
|
},
|
||||||
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"id": "cpcworker_tbl",
|
"id": "cpcworker_tbl",
|
||||||
"widgettype": "Tabular",
|
"widgettype": "Tabular",
|
||||||
@ -176,4 +183,6 @@
|
|||||||
"cache_limit": 5
|
"cache_limit": 5
|
||||||
},
|
},
|
||||||
"binds": []
|
"binds": []
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user