1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-03 02:14:16 +00:00

Increase WebUI Options initial height

This commit is contained in:
Thomas Piccirello 2018-08-22 00:47:00 -04:00
parent b05a443cad
commit adad883eb6

View File

@ -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);
}