mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 19:55:57 +00:00
Fix #2212 : WebUI: Unable to scroll in proxy preferences page
This commit is contained in:
parent
3e98ef5f89
commit
aaf4aa5226
@ -40,7 +40,8 @@ Deluge.preferences.Proxy = Ext.extend(Ext.form.FormPanel, {
|
|||||||
config = Ext.apply({
|
config = Ext.apply({
|
||||||
border: false,
|
border: false,
|
||||||
title: _('Proxy'),
|
title: _('Proxy'),
|
||||||
layout: 'form'
|
layout: 'form',
|
||||||
|
autoScroll: true
|
||||||
}, config);
|
}, config);
|
||||||
Deluge.preferences.Proxy.superclass.constructor.call(this, config);
|
Deluge.preferences.Proxy.superclass.constructor.call(this, config);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user