Skip to content

Commit

Permalink
Merge pull request #138 from Dgzt/menu-icon-size-fix
Browse files Browse the repository at this point in the history
Fix menu icon size
  • Loading branch information
JamesTKhan authored Feb 28, 2023
2 parents 22ceed5 + 67cf4d5 commit f124515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class MundusMenuBar : MenuBar() {
val menuTable = super.getTable()

val icon = VisImage(Texture(Gdx.files.internal("ui/menu_icon.png")))
root.add(icon).center().left().pad(5f)
root.add(icon).center().left().pad(5f).height(icon.height)
root.add(menuTable).expand().fill().left().center().row()
val sep = VisTable()
sep.background = VisUI.getSkin().getDrawable("mundus-separator-green")
Expand Down

0 comments on commit f124515

Please sign in to comment.