From daae05eb75921a70e573d11429cb7d849f0a29f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Karri=C3=A9?= Date: Wed, 19 Nov 2014 17:53:52 +0100 Subject: [PATCH] small UI update to see values greater than 999 --- src/webui/static/app/epggrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/epggrab.js b/src/webui/static/app/epggrab.js index 2cf8090c..60cdcdf7 100644 --- a/src/webui/static/app/epggrab.js +++ b/src/webui/static/app/epggrab.js @@ -267,7 +267,7 @@ tvheadend.epggrab = function(panel, index) { }); var otaTimeout = new Ext.form.NumberField({ - width: 30, + width: 70, allowNegative: false, allowDecimals: false, minValue: 30,