mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Fix "download from URL" dialog height to avoid having a scrollbar
This commit is contained in:
@@ -33,7 +33,7 @@ initializeWindows = function(){
|
||||
paddingVertical: 0,
|
||||
paddingHorizontal: 0,
|
||||
width: 500,
|
||||
height: 280
|
||||
height: 300
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user