mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Cosmetic fixes for WebUI upload and download windows
This commit is contained in:
parent
659dd3285b
commit
9fc6de77ca
3 changed files with 6 additions and 6 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue