mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Fix #2212 : WebUI: Unable to scroll in proxy preferences page
This commit is contained in:
parent
3e98ef5f89
commit
aaf4aa5226
1 changed files with 12 additions and 11 deletions
|
@ -40,7 +40,8 @@ Deluge.preferences.Proxy = Ext.extend(Ext.form.FormPanel, {
|
|||
config = Ext.apply({
|
||||
border: false,
|
||||
title: _('Proxy'),
|
||||
layout: 'form'
|
||||
layout: 'form',
|
||||
autoScroll: true
|
||||
}, config);
|
||||
Deluge.preferences.Proxy.superclass.constructor.call(this, config);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue