diff --git a/webui/static/app/acleditor.js b/webui/static/app/acleditor.js index afe9a98d..3918ece0 100644 --- a/webui/static/app/acleditor.js +++ b/webui/static/app/acleditor.js @@ -171,6 +171,7 @@ tvheadend.acleditor = function() { plugins:[enabledColumn,streamingColumn,pvrColumn,adminColumn, webuiColumn], store: store, clicksToEdit: 2, + viewConfig: {forceFit:true}, cm: cm, selModel: new Ext.grid.RowSelectionModel({singleSelect:false}), tbar: [{ diff --git a/webui/static/app/chconf.js b/webui/static/app/chconf.js index 09ff5f5b..d556a111 100644 --- a/webui/static/app/chconf.js +++ b/webui/static/app/chconf.js @@ -104,6 +104,7 @@ tvheadend.channeldetails = function(chid, chname) { plugins:[enabledColumn, expander], store: transportsstore, clicksToEdit: 2, + viewConfig: {forceFit:true}, cm: cm, selModel: new Ext.grid.RowSelectionModel({singleSelect:false}) }); @@ -148,7 +149,7 @@ tvheadend.channeldetails = function(chid, chname) { loadingText: 'Loading...', fieldLabel: 'XML-TV Source', name: 'xmltvchannel', - width: 300, + width: 200, displayField:'xcTitle', valueField:'xcTitle', store: xmltvChannels, @@ -169,7 +170,7 @@ tvheadend.channeldetails = function(chid, chname) { name:"tags", valueField:"identifier", displayField:"name", - width:250, + width:200, height:200, store:tvheadend.channelTags, }] @@ -276,6 +277,7 @@ tvheadend.channeldetails = function(chid, chname) { */ tvheadend.chconf = function() { var chlist = new Ext.grid.GridPanel({ + viewConfig: {forceFit:true}, ddGroup: 'chconfddgroup', enableDragDrop: true, stripeRows:true, diff --git a/webui/static/app/cwceditor.js b/webui/static/app/cwceditor.js index 37b3da6d..a9ec6d29 100644 --- a/webui/static/app/cwceditor.js +++ b/webui/static/app/cwceditor.js @@ -159,6 +159,7 @@ tvheadend.cwceditor = function() { store: store, clicksToEdit: 2, cm: cm, + viewConfig: {forceFit:true}, selModel: new Ext.grid.RowSelectionModel({singleSelect:false}), tbar: [{ tooltip: 'Create a new code word connection entry on the server. ' + diff --git a/webui/static/app/epg.js b/webui/static/app/epg.js index d3d4f47f..f8348139 100644 --- a/webui/static/app/epg.js +++ b/webui/static/app/epg.js @@ -213,7 +213,7 @@ tvheadend.epg = function() { store: epgStore, cm: epgCm, plugins:[expander], - + viewConfig: {forceFit:true}, tbar: [ epgFilterTitle, '-',