]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Webui: Add scroll bars to general config and recording lists (fixes #2113)
authorIan <ian@sproink.co.uk>
Sun, 25 May 2014 13:59:40 +0000 (14:59 +0100)
committerIan <ian@sproink.co.uk>
Sun, 25 May 2014 13:59:40 +0000 (14:59 +0100)
src/webui/static/app/config.js
src/webui/static/app/dvr.js

index e8aa475a4f90639ac2db620ae46d733aacd55df1..cd92fc58783b7f3cebc3674b3a60ef65c188d70b 100644 (file)
@@ -244,6 +244,7 @@ tvheadend.miscconf = function() {
         title: 'General',
         iconCls: 'wrench',
         border: false,
+        autoScroll: true,
         bodyStyle: 'padding:15px',
         layout: 'form',
         items: _items,
index 305b907213210f68187be599f7ccd1e1d09ef368..f7773824efa0d43ac08f0efa325725f953b4f45b 100644 (file)
@@ -1035,6 +1035,7 @@ tvheadend.dvrsettings = function() {
         anchor: '100% 50%',
         labelAlign: 'right',
         labelWidth: 250,
+        autoScroll: true,
         waitMsgTarget: true,
         reader: confreader,
         defaultType: 'textfield',