diff --git a/wwwroot/list_downloading.ui b/wwwroot/list_downloading.ui index c5910a9..c67d4ff 100644 --- a/wwwroot/list_downloading.ui +++ b/wwwroot/list_downloading.ui @@ -1,3 +1,9 @@ +{ + "widgettype":"VScrollPanel", + "options":{ + "css":"filler" + }, + "subwidgets":[ { "widgettype":"DynamicColumn", "options":{ @@ -19,4 +25,6 @@ {% if not loop.last %},{% endif %} {% endfor %} ] +} + ] }