mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Increase WebUI Options initial height
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user