From a211fc37b968dfe492c6e40a29adbdd6db3edb63 Mon Sep 17 00:00:00 2001 From: Neil Burrows Date: Sun, 31 Jan 2021 19:17:03 +0000 Subject: [PATCH] Correct Home Screen Selection Box size --- components/home/HomeRows.brs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/home/HomeRows.brs b/components/home/HomeRows.brs index 40a928a66..4a2647b24 100644 --- a/components/home/HomeRows.brs +++ b/components/home/HomeRows.brs @@ -66,8 +66,8 @@ sub onLibrariesLoaded() nextUpRow.title = tr("Next Up >") sizeArray = [ [464, 311], ' My Media - [464, 311], ' Continue Watching - [464, 311] ' Next Up + [464, 331], ' Continue Watching + [464, 331] ' Next Up ] ' validate library data if (m.libraryData <> invalid and m.libraryData.count() > 0) then