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
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*!
* Deluge.FilterPanel.js
*
*
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
@ -36,7 +36,9 @@ Ext.ns('Deluge');
* @extends Ext.list.ListView
*/
Deluge.FilterPanel = Ext.extend(Ext.Panel, {
autoScroll: true,
border: false,
show_zero: null,