From 5350fbb1ff236b4aadc0aaa4b6cf2af28499a70c Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Tue, 15 Oct 2019 16:28:18 -0400 Subject: [PATCH] Adjust padding on lib list and remove unused code --- components/library/rowlist.brs | 4 ++-- components/library/scene.xml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/components/library/rowlist.brs b/components/library/rowlist.brs index c39bff94..7873253c 100644 --- a/components/library/rowlist.brs +++ b/components/library/rowlist.brs @@ -16,8 +16,8 @@ end sub sub updateSize() ' real border is border - rowlist title and rowlist padding - topborder = 50 - sideborder = 150 + topborder = 40 + sideborder = 119 ' 115 is the overhang height m.top.translation = [sideborder, topborder + 115] diff --git a/components/library/scene.xml b/components/library/scene.xml index b85f3954..c40dfb80 100644 --- a/components/library/scene.xml +++ b/components/library/scene.xml @@ -3,8 +3,6 @@ - -