Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small UI update to see values greater than 999
  • Loading branch information
ckarrie authored and perexg committed Nov 21, 2014
1 parent 3ba5bb9 commit daae05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/epggrab.js
Expand Up @@ -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,
Expand Down

0 comments on commit daae05e

Please sign in to comment.