1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 04:54:18 +00: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

View File

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