From ffb3a913c63ec0234dedf176a923eac2cdd68a88 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Wed, 3 Oct 2012 00:43:45 +0100 Subject: [PATCH] Ensure adapters panel properly resizes. --- 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 0f75ed5f..a483753b 100644 --- a/src/webui/static/app/dvb.js +++ b/src/webui/static/app/dvb.js @@ -1229,6 +1229,7 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) { title : 'General', layout : 'column', autoScroll : true, + autoHeight: true, items : [ toolpanel, confform, infoPanel ] });