webui: set auto scrolling to true for general tv adapter panel
Without this you can't scroll down to the save button of this panel.
This commit is contained in:
parent
1a7e2b489f
commit
5f51c2fee0
1 changed files with 1 additions and 0 deletions
|
@ -1228,6 +1228,7 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) {
|
|||
var panel = new Ext.Panel({
|
||||
title : 'General',
|
||||
layout : 'column',
|
||||
autoScroll : true,
|
||||
items : [ toolpanel, confform, infoPanel ]
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue