dvr.js: Adjust spacing to prevent word wrap on some browsers

This commit is contained in:
Ian 2014-05-26 23:19:38 +01:00
parent 5fd473dbad
commit c95e6618d7

View file

@ -867,7 +867,7 @@ tvheadend.dvrsettings = function() {
});
var postProcessing = new Ext.form.TextField({
width: 300,
width: 350,
fieldLabel: 'Post-processor command',
name: 'postproc'
});