]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
EPGGRABER: cosmetic changes to show more name grabber
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Wed, 26 Nov 2014 17:24:22 +0000 (18:24 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 15 Dec 2014 17:06:31 +0000 (18:06 +0100)
src/webui/static/app/epggrab.js

index 38d62f179c484e0811282e3e9960bc544a710fd3..4f3d191a4aa378a7dc4328557159b0e220ba7bfd 100644 (file)
@@ -96,7 +96,7 @@ tvheadend.epggrab = function(panel, index) {
     var internalCron = new Ext.form.TextArea({
         fieldLabel: 'Cron multi-line',
         name: 'cron',
-        width: 300
+        width: 350
     });
 
     /*
@@ -105,7 +105,7 @@ tvheadend.epggrab = function(panel, index) {
     var internalModule = new Ext.form.ComboBox({
         fieldLabel: 'Module',
         hiddenName: 'module',
-        width: 300,
+        width: 350,
         valueField: 'id',
         displayField: 'name',
         forceSelection: true,
@@ -263,7 +263,7 @@ tvheadend.epggrab = function(panel, index) {
     var otaCron = new Ext.form.TextArea({
         fieldLabel: 'Over-the-air Cron multi-line',
         name: 'ota_cron',
-        width: 300
+        width: 350
     });
 
     var otaTimeout = new Ext.form.NumberField({