From c95e6618d77e3973f62361446e37bce0631445b0 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 26 May 2014 23:19:38 +0100 Subject: [PATCH] dvr.js: Adjust spacing to prevent word wrap on some browsers --- src/webui/static/app/dvr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index fd176981..0f38722d 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -867,7 +867,7 @@ tvheadend.dvrsettings = function() { }); var postProcessing = new Ext.form.TextField({ - width: 300, + width: 350, fieldLabel: 'Post-processor command', name: 'postproc' });