Skip to content

Commit

Permalink
Merge pull request #29 from bisby/bisby/issue-17-logo-alignment
Browse files Browse the repository at this point in the history
Offset the overhang, exactly value to be tweaked
  • Loading branch information
bisby committed May 6, 2019
2 parents bcdfca2 + 137872a commit 411f2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/utils/misc.brs
Expand Up @@ -36,6 +36,7 @@ sub themeScene(scene)

if overhang <> invalid
overhang.logoUri = "pkg:/images/logo.png"
overhang.logoBaselineOffset = 7.5
overhang.showOptions = true
if options <> invalid
overhang.optionsAvailable = true
Expand Down

0 comments on commit 411f2e2

Please sign in to comment.