From 9f07d4f3c96a4d23b64942c5d9435b594f3e42f0 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Tue, 9 Oct 2012 09:59:11 +0100 Subject: [PATCH] Hide the UI top bar as it takes up screen space. Fixes #1296. --- src/webui/static/app/tvheadend.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index a002c2c4..ab942852 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -299,6 +299,7 @@ tvheadend.app = function() { boxMaxHeight : 45, boxMinHeight : 45, border: false, + hidden: true, html: '' });