2
0
mirror of https://github.com/qbittorrent/qBittorrent.git synced 2025-03-31 20:20:30 +08:00

Fix "download from URL" dialog height to avoid having a scrollbar

This commit is contained in:
Christophe Dumez 2010-03-12 20:24:12 +00:00
parent 1ea7340111
commit f2fbfdf017

@ -33,7 +33,7 @@ initializeWindows = function(){
paddingVertical: 0,
paddingHorizontal: 0,
width: 500,
height: 280
height: 300
});
});