mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Increase WebUI Options initial height
This commit is contained in:
@@ -98,7 +98,7 @@ initializeWindows = function() {
|
|||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
paddingHorizontal: 0,
|
paddingHorizontal: 0,
|
||||||
width: loadWindowWidth(id, 700),
|
width: loadWindowWidth(id, 700),
|
||||||
height: loadWindowHeight(id, 300),
|
height: loadWindowHeight(id, 500),
|
||||||
onResize: function() {
|
onResize: function() {
|
||||||
saveWindowSize(id);
|
saveWindowSize(id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user