diff --git a/src/webui/www/private/scripts/mocha-init.js b/src/webui/www/private/scripts/mocha-init.js index 49a5f893d..14d94de39 100644 --- a/src/webui/www/private/scripts/mocha-init.js +++ b/src/webui/www/private/scripts/mocha-init.js @@ -98,7 +98,7 @@ initializeWindows = function() { paddingVertical: 0, paddingHorizontal: 0, width: loadWindowWidth(id, 700), - height: loadWindowHeight(id, 300), + height: loadWindowHeight(id, 500), onResize: function() { saveWindowSize(id); }