mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 22:36:51 +00:00
Fix clipped Browse button in WebUI
This commit is contained in:
parent
5ad9ff7333
commit
57df1bb7c4
@ -62,6 +62,7 @@ Deluge.add.FileWindow = Ext.extend(Deluge.add.Window, {
|
|||||||
xtype: 'fileuploadfield',
|
xtype: 'fileuploadfield',
|
||||||
id: 'torrentFile',
|
id: 'torrentFile',
|
||||||
width: 280,
|
width: 280,
|
||||||
|
height: 24,
|
||||||
emptyText: _('Select a torrent'),
|
emptyText: _('Select a torrent'),
|
||||||
fieldLabel: _('File'),
|
fieldLabel: _('File'),
|
||||||
name: 'file',
|
name: 'file',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user