fix: root VBox use height:100% instead of cheight:40
This commit is contained in:
parent
6b8bc8bee3
commit
75066bb1b0
Binary file not shown.
BIN
xls2ddl/__pycache__/xls2ddl.cpython-312.pyc
Normal file
BIN
xls2ddl/__pycache__/xls2ddl.cpython-312.pyc
Normal file
Binary file not shown.
BIN
xls2ddl/__pycache__/xls2ui.cpython-312.pyc
Normal file
BIN
xls2ddl/__pycache__/xls2ui.cpython-312.pyc
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
data_browser_tmpl = """
|
data_browser_tmpl = """
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VBox",
|
||||||
"options":{"cheight":40,"width":"100%"},
|
"options":{"height":"100%","width":"100%"},
|
||||||
"subwidgets":[
|
"subwidgets":[
|
||||||
{% if data_filter and data_filter.fields %}
|
{% if data_filter and data_filter.fields %}
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user