mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
fix #1323 filter panels not scrollable
This commit is contained in:
parent
95819c79e5
commit
2e62ced811
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Deluge.FilterPanel.js
|
* Deluge.FilterPanel.js
|
||||||
*
|
*
|
||||||
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -36,7 +36,9 @@ Ext.ns('Deluge');
|
|||||||
* @extends Ext.list.ListView
|
* @extends Ext.list.ListView
|
||||||
*/
|
*/
|
||||||
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…
x
Reference in New Issue
Block a user