Set overhang to 115, adjust logo, typo
This commit is contained in:
parent
f82f6a863c
commit
4e356e6030
|
@ -36,12 +36,13 @@ sub themeScene(scene)
|
||||||
|
|
||||||
if overhang <> invalid
|
if overhang <> invalid
|
||||||
overhang.logoUri = "pkg:/images/logo.png"
|
overhang.logoUri = "pkg:/images/logo.png"
|
||||||
overhang.logoBaselineOffset = 7.5
|
overhang.logoBaselineOffset = 20
|
||||||
overhang.showOptions = true
|
overhang.showOptions = true
|
||||||
|
overhang.height = 115
|
||||||
if options <> invalid
|
if options <> invalid
|
||||||
overhang.optionsAvailable = true
|
overhang.optionsAvailable = true
|
||||||
else
|
else
|
||||||
overhang.optionsAvailalbe = false
|
overhang.optionsAvailable = false
|
||||||
end if
|
end if
|
||||||
end if
|
end if
|
||||||
end sub
|
end sub
|
||||||
|
|
Loading…
Reference in New Issue
Block a user