Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce0203 committed Aug 5, 2023
1 parent 11f1658 commit 8c940cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/commonMain/kotlin/ui/loginMenu.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ suspend fun loginMenu(container: Container) {
guestModeText.addTo(guestModeTextContainer).centerOn(guestModeTextContainer)
}.centerOn(this)
}.centerOnStage()
.alignY(container, 0.45, true)
.alignY(container, 0.5, true)
}

0 comments on commit 8c940cf

Please sign in to comment.