From: E.Smith <31170571+azlm8t@users.noreply.github.com> Date: Thu, 20 Sep 2018 01:17:25 +0000 (+0100) Subject: ui: Make epg dialog slightly wider. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0a2f8b6900c9f1a59649cd67a9af18c317ca91;p=thirdparty%2Ftvheadend.git ui: Make epg dialog slightly wider. This is to accomodate the "next" button which was slightly truncated. --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index d3ca1c14d..73e0326f4 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -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,