From 5f51c2fee01bb43454ea06129721a43f5f8ef101 Mon Sep 17 00:00:00 2001 From: xhaggi Date: Tue, 2 Oct 2012 16:04:23 +0200 Subject: [PATCH] webui: set auto scrolling to true for general tv adapter panel Without this you can't scroll down to the save button of this panel. --- src/webui/static/app/dvb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/dvb.js b/src/webui/static/app/dvb.js index 7ed1c496..0f75ed5f 100644 --- a/src/webui/static/app/dvb.js +++ b/src/webui/static/app/dvb.js @@ -1228,6 +1228,7 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) { var panel = new Ext.Panel({ title : 'General', layout : 'column', + autoScroll : true, items : [ toolpanel, confform, infoPanel ] });