mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Cosmetic fixes for WebUI upload and download windows
This commit is contained in:
@@ -57,7 +57,7 @@ initializeWindows = function() {
|
||||
paddingVertical: 0,
|
||||
paddingHorizontal: 0,
|
||||
width: 500,
|
||||
height: 360
|
||||
height: 400
|
||||
});
|
||||
updateMainData();
|
||||
});
|
||||
@@ -97,7 +97,7 @@ initializeWindows = function() {
|
||||
paddingVertical: 0,
|
||||
paddingHorizontal: 0,
|
||||
width: 500,
|
||||
height: 220
|
||||
height: 240
|
||||
});
|
||||
updateMainData();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user