Webui: Add scroll bars to general config and recording lists (fixes #2113)

This commit is contained in:
Ian 2014-05-25 14:59:40 +01:00
parent 350cbd8d3e
commit 2e902b19ca
2 changed files with 2 additions and 0 deletions

View file

@ -244,6 +244,7 @@ tvheadend.miscconf = function() {
title: 'General',
iconCls: 'wrench',
border: false,
autoScroll: true,
bodyStyle: 'padding:15px',
layout: 'form',
items: _items,

View file

@ -1035,6 +1035,7 @@ tvheadend.dvrsettings = function() {
anchor: '100% 50%',
labelAlign: 'right',
labelWidth: 250,
autoScroll: true,
waitMsgTarget: true,
reader: confreader,
defaultType: 'textfield',