From 2e902b19ca808e831bbdaf4a1ed2defa42e02f2e Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 25 May 2014 14:59:40 +0100 Subject: [PATCH] Webui: Add scroll bars to general config and recording lists (fixes #2113) --- src/webui/static/app/config.js | 1 + src/webui/static/app/dvr.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/webui/static/app/config.js b/src/webui/static/app/config.js index e8aa475a..cd92fc58 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 305b9072..f7773824 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',