mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix clipped Browse button in WebUI
This commit is contained in:
parent
5ad9ff7333
commit
57df1bb7c4
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue