mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
fix #1323 filter panels not scrollable
This commit is contained in:
parent
91b9eac075
commit
612ed4123f
1 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue