From 70b6997fca5120d0a98fa6968501ded9f14dbb82 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Fri, 19 Jun 2026 14:29:57 +0800 Subject: [PATCH] fix: root VBox use height:100% instead of cheight:40 --- xls2ddl/tmpls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xls2ddl/tmpls.py b/xls2ddl/tmpls.py index 099792d..c0601d4 100644 --- a/xls2ddl/tmpls.py +++ b/xls2ddl/tmpls.py @@ -1,7 +1,7 @@ data_browser_tmpl = """ { "widgettype":"VBox", - "options":{"cheight":40,"width":"100%"}, + "options":{"height":"100%","width":"100%"}, "subwidgets":[ {% if data_filter and data_filter.fields %} {