mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
Increase WebUI Options initial height
This commit is contained in:
parent
b05a443cad
commit
adad883eb6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue