commit
4ee9cad3fa
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
sub init()
|
||||
m.tracker=m.top.createChild("TrackerTask")
|
||||
m.top.overhangTitle = "My Media"
|
||||
m.top.overhangTitle = "Home"
|
||||
end sub
|
|
@ -3,8 +3,6 @@
|
|||
<children>
|
||||
<LibraryRow id="LibrarySelect" />
|
||||
|
||||
<Rectangle id="footerBackdrop" height="200" />
|
||||
|
||||
<OptionsSlider id="options" />
|
||||
</children>
|
||||
<interface>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user