Fix clipped Browse button in WebUI

This commit is contained in:
Calum Lind 2012-01-06 14:26:22 +00:00
parent 0b6af77d57
commit 4365e1ff39

View file

@ -62,6 +62,7 @@ Deluge.add.FileWindow = Ext.extend(Deluge.add.Window, {
xtype: 'fileuploadfield',
id: 'torrentFile',
width: 280,
height: 24,
emptyText: _('Select a torrent'),
fieldLabel: _('File'),
name: 'file',