diff --git a/wwwroot/product_list/index.ui b/wwwroot/product_list/index.ui index feee501..cd2f207 100644 --- a/wwwroot/product_list/index.ui +++ b/wwwroot/product_list/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"product_tbl", "widgettype":"Tabular", @@ -358,4 +364,6 @@ ,"binds":[] -} \ No newline at end of file +} + ] +} diff --git a/wwwroot/product_type_config_list/index.ui b/wwwroot/product_type_config_list/index.ui index 23820c2..8a2d411 100644 --- a/wwwroot/product_type_config_list/index.ui +++ b/wwwroot/product_type_config_list/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"product_type_config_tbl", "widgettype":"Tabular", @@ -216,4 +222,6 @@ ,"binds":[] -} \ No newline at end of file +} + ] +}