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:
xhaggi 2012-10-02 16:04:23 +02:00 committed by Adam Sutton
parent 1a7e2b489f
commit 5f51c2fee0

View file

@ -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 ]
});