diff --git a/webif/plugin/sweeper/script.js b/webif/plugin/sweeper/script.js index 57061bf..655a143 100644 --- a/webif/plugin/sweeper/script.js +++ b/webif/plugin/sweeper/script.js @@ -952,7 +952,8 @@ $('#b_test,#b_run') } $('#testresults').dialog({ - height: '600', width: '800', + /* 'auto' is too small: use a big chunk of the available space */ + height: $(window).height()*0.8, width: $(window).width()*0.75, draggable: true, resizable: true, autoOpen: true, buttons: {