]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ui: Make dialogs slightly bigger.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Sun, 9 Dec 2018 14:18:06 +0000 (14:18 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 2 Jan 2019 14:53:39 +0000 (15:53 +0100)
Some text is getting truncated so make the dialogs bigger.

src/webui/static/app/dvr.js
src/webui/static/app/epg.js

index 01d30dba6c5cddeb7cc421d8f93a0c67b793f918..7d7cb51e661916fd7bafd11c375059bfa74f791d 100644 (file)
@@ -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',
index ffb5c1eafae947b5c5a9bd66094cef7779d5586d..06dc71be9521f371a62277e351d39cb4aba71549 100644 (file)
@@ -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,