From: E.Smith <31170571+azlm8t@users.noreply.github.com> Date: Sun, 9 Dec 2018 14:18:06 +0000 (+0000) Subject: ui: Make dialogs slightly bigger. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc90275c4e19f7beeffda9612b0ac63e1791dcf;p=thirdparty%2Ftvheadend.git ui: Make dialogs slightly bigger. Some text is getting truncated so make the dialogs bigger. --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 01d30dba6..7d7cb51e6 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -282,7 +282,7 @@ tvheadend.dvrDetails = function(grid, index) { title: dialogTitle, iconCls: 'info', layout: 'fit', - width: 760, + width: 790, height: windowHeight, constrainHeader: true, buttonAlign: 'center', diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index ffb5c1eaf..06dc71be9 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -472,7 +472,7 @@ tvheadend.epgDetails = function(grid, index) { title: title, iconCls: 'broadcast_details', layout: 'fit', - width: 760, + width: 790, height: windowHeight, constrainHeader: true, buttons: buttons,