mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Fix "download from URL" dialog height to avoid having a scrollbar
This commit is contained in:
parent
1ea7340111
commit
f2fbfdf017
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ initializeWindows = function(){
|
||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
paddingHorizontal: 0,
|
paddingHorizontal: 0,
|
||||||
width: 500,
|
width: 500,
|
||||||
height: 280
|
height: 300
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue