crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit f3ba619c9e4db5b0a7692cd32d20eeb05d9bfa6b
parent 5212b38621c3869450c4bcf9ad7aec097538eb22
Author: Michael Camilleri <[email protected]>
Date:   Tue, 19 May 2026 11:23:48 +0900

Stick Puzzle Grid scoreboard to bottom of header

Diffstat:
MCrossmate/Views/PuzzleView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crossmate/Views/PuzzleView.swift b/Crossmate/Views/PuzzleView.swift @@ -1122,7 +1122,7 @@ private struct PuzzleHeader: View { .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .bottom) case .scoreboard: PuzzleScoreboard(session: session, roster: roster, layout: .horizontal) - .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .center) + .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .bottom) case .credits: PuzzleCredits(author: session.puzzle.author, copyright: copyrightLine) .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .bottom)