fix #1323 filter panels not scrollable

This commit is contained in:
Damien Churchill 2011-05-06 22:32:46 +01:00
parent 95819c79e5
commit 2e62ced811

View File

@ -37,6 +37,8 @@ Ext.ns('Deluge');
*/ */
Deluge.FilterPanel = Ext.extend(Ext.Panel, { Deluge.FilterPanel = Ext.extend(Ext.Panel, {
autoScroll: true,
border: false, border: false,
show_zero: null, show_zero: null,