]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ui: Make epg dialog slightly wider.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Thu, 20 Sep 2018 01:17:25 +0000 (02:17 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 20 Sep 2018 13:40:35 +0000 (15:40 +0200)
This is to accomodate the "next" button which was slightly truncated.

src/webui/static/app/epg.js

index d3ca1c14d39e53231aeda276969a9d3edacd324c..73e0326f4c85031d991aac5d896bf86173566ada 100644 (file)
@@ -350,7 +350,7 @@ tvheadend.epgDetails = function(grid, index) {
         title: _('Broadcast Details'),
         iconCls: 'broadcast_details',
         layout: 'fit',
-        width: 675,
+        width: 800,
         height: windowHeight,
         constrainHeader: true,
         buttons: buttons,