Module: deluge
Branch: 1.3-stable
Commit: 612ed4123f5c4aad845b7a85011e2884191e26e7

Author: Damien Churchill <dam...@gmail.com>
Date:   Fri May  6 22:32:46 2011 +0100

fix #1323 filter panels not scrollable

---

 deluge/ui/web/js/deluge-all/FilterPanel.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/FilterPanel.js 
b/deluge/ui/web/js/deluge-all/FilterPanel.js
index d40f5e8..5e68daf 100644
--- a/deluge/ui/web/js/deluge-all/FilterPanel.js
+++ b/deluge/ui/web/js/deluge-all/FilterPanel.js
@@ -1,6 +1,6 @@
 /*!
  * Deluge.FilterPanel.js
- * 
+ *
  * Copyright (c) Damien Churchill 2009-2010 <dam...@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,

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to deluge-commit@googlegroups.com.
To unsubscribe from this group, send email to 
deluge-commit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to