Ensure adapters panel properly resizes.

This commit is contained in:
Adam Sutton 2012-10-03 00:43:45 +01:00
parent 5f51c2fee0
commit ffb3a913c6

View file

@ -1229,6 +1229,7 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) {
title : 'General',
layout : 'column',
autoScroll : true,
autoHeight: true,
items : [ toolpanel, confform, infoPanel ]
});