Merge pull request #87 from cewert/small-fixes

Small fixes
This commit is contained in:
Charles Ewert 2019-10-16 14:48:06 -04:00 committed by GitHub
commit 4ee9cad3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,8 @@ sub init()
m.top.title = "Jellyfin"
m.top.id = "overhang"
m.top.logoUri = "pkg:/images/logo.png"
m.top.logoBaselineOffset = 7.5
m.top.height = 115
m.top.logoBaselineOffset = 20
m.top.showOptions = true
m.top.optionsAvailable = true

View File

@ -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]

View File

@ -1,4 +1,4 @@
sub init()
m.tracker=m.top.createChild("TrackerTask")
m.top.overhangTitle = "My Media"
m.top.overhangTitle = "Home"
end sub

View File

@ -3,8 +3,6 @@
<children>
<LibraryRow id="LibrarySelect" />
<Rectangle id="footerBackdrop" height="200" />
<OptionsSlider id="options" />
</children>
<interface>

View File

@ -3,7 +3,7 @@
<children>
<ItemGrid id="picker" visible="true" itemsPerRow="10" />
<OptionsSlider id="options" />
<Rectangle translation="[0,980]" width="1920" height="100" color="#101010" />
<Rectangle translation="[0,981]" width="1920" height="100" color="#101010" />
</children>
<interface>
<field id="movieSelected" alias="picker.itemSelected" />