Webui: Add scroll bars to general config and recording lists (fixes #2113)
This commit is contained in:
parent
350cbd8d3e
commit
2e902b19ca
2 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,7 @@ tvheadend.miscconf = function() {
|
|||
title: 'General',
|
||||
iconCls: 'wrench',
|
||||
border: false,
|
||||
autoScroll: true,
|
||||
bodyStyle: 'padding:15px',
|
||||
layout: 'form',
|
||||
items: _items,
|
||||
|
|
|
@ -1035,6 +1035,7 @@ tvheadend.dvrsettings = function() {
|
|||
anchor: '100% 50%',
|
||||
labelAlign: 'right',
|
||||
labelWidth: 250,
|
||||
autoScroll: true,
|
||||
waitMsgTarget: true,
|
||||
reader: confreader,
|
||||
defaultType: 'textfield',
|
||||
|
|
Loading…
Add table
Reference in a new issue