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