From: Ian Date: Sun, 25 May 2014 13:59:40 +0000 (+0100) Subject: Webui: Add scroll bars to general config and recording lists (fixes #2113) X-Git-Tag: v4.1~2051^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e902b19ca808e831bbdaf4a1ed2defa42e02f2e;p=thirdparty%2Ftvheadend.git Webui: Add scroll bars to general config and recording lists (fixes #2113) --- diff --git a/src/webui/static/app/config.js b/src/webui/static/app/config.js index e8aa475a4..cd92fc587 100644 --- a/src/webui/static/app/config.js +++ b/src/webui/static/app/config.js @@ -244,6 +244,7 @@ tvheadend.miscconf = function() { title: 'General', iconCls: 'wrench', border: false, + autoScroll: true, bodyStyle: 'padding:15px', layout: 'form', items: _items, diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 305b90721..f7773824e 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -1035,6 +1035,7 @@ tvheadend.dvrsettings = function() { anchor: '100% 50%', labelAlign: 'right', labelWidth: 250, + autoScroll: true, waitMsgTarget: true, reader: confreader, defaultType: 'textfield',