From 1ed0466c6fd2116607d30ce3cb61dc97c73a9e54 Mon Sep 17 00:00:00 2001 From: Nick Bisby Date: Tue, 12 Mar 2019 18:34:51 -0500 Subject: [PATCH] Add a named overhang, to look nice --- components/LibList.xml | 3 ++- components/Library.xml | 1 + components/LibraryData.xml | 1 + components/MovieList.xml | 4 ++-- components/Movies.xml | 4 ++++ components/TVShows.xml | 4 ++++ source/ShowScenes.brs | 17 +++++++++++++---- 7 files changed, 27 insertions(+), 7 deletions(-) diff --git a/components/LibList.xml b/components/LibList.xml index 7b55aea7..a3178c46 100644 --- a/components/LibList.xml +++ b/components/LibList.xml @@ -27,7 +27,7 @@ dimensions = m.top.getScene().currentDesignResolution border = 200 - m.top.translation = [border, border] + m.top.translation = [border, border + 115] itemWidth = (dimensions["width"] - border*2) / m.top.rowSize itemHeight = 75 @@ -82,6 +82,7 @@ item.labelText = datum.name item.libraryID = datum.id item.libraryType = datum.CollectionType + item.data = datum end for end for return data diff --git a/components/Library.xml b/components/Library.xml index b70f2b04..b7fa4dd6 100644 --- a/components/Library.xml +++ b/components/Library.xml @@ -2,5 +2,6 @@ + diff --git a/components/LibraryData.xml b/components/LibraryData.xml index b6c0490f..dcf7e3be 100644 --- a/components/LibraryData.xml +++ b/components/LibraryData.xml @@ -4,5 +4,6 @@ + diff --git a/components/MovieList.xml b/components/MovieList.xml index 9b80b7b9..7190bec8 100644 --- a/components/MovieList.xml +++ b/components/MovieList.xml @@ -3,6 +3,7 @@ +