HMS

Home Media Server for Roku Players
git clone https://www.brianlane.com/git/HMS
Log | Files | Refs | README | LICENSE

commit ea3a7258ce804cf537fa1daa0a4e8ba1cc16bcfa
parent 4426ff77c5466427f14b577f770a2f290d9c7802
Author: Brian C. Lane <bcl@ibrianlane.com>
Date:   Sun, 26 May 2013 15:56:54 -0700

Change to scale-to-fit for covers

Diffstat:
MHMS/source/appDisplayDirectory.brs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/HMS/source/appDisplayDirectory.brs b/HMS/source/appDisplayDirectory.brs @@ -12,6 +12,7 @@ Function displayDirectory( url As String ) As Object port=CreateObject("roMessagePort") grid = CreateObject("roGridScreen") grid.SetMessagePort(port) + grid.SetDisplayMode("scale-to-fit") ' Build list of Category Names from the top level directories listing = getDirectoryListing(url)