Browse Source

Increase WebUI Options initial height

adaptive-webui-19844
Thomas Piccirello 6 years ago
parent
commit
adad883eb6
  1. 2
      src/webui/www/private/scripts/mocha-init.js

2
src/webui/www/private/scripts/mocha-init.js

@ -98,7 +98,7 @@ initializeWindows = function() { @@ -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);
}

Loading…
Cancel
Save