Fix #2212 : WebUI: Unable to scroll in proxy preferences page

This commit is contained in:
Calum Lind 2012-11-24 10:50:11 +00:00
parent d6d1cc5f45
commit dd8dac0574
1 changed files with 12 additions and 11 deletions

View File

@ -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);
},