]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvr.js: Adjust spacing to prevent word wrap on some browsers 404/head
authorIan <ian@sproink.co.uk>
Mon, 26 May 2014 22:19:38 +0000 (23:19 +0100)
committerIan <ian@sproink.co.uk>
Mon, 26 May 2014 22:19:38 +0000 (23:19 +0100)
src/webui/static/app/dvr.js

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