Mercurial > public > geoquiz
diff GeoQuiz/GuessTheCapitalView.swift @ 23:02dcebb8cc4a
fix layout issues
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Thu, 27 Oct 2022 09:17:13 +0200 |
parents | b145c408f791 |
children | 425078c01194 |
line wrap: on
line diff
--- a/GeoQuiz/GuessTheCapitalView.swift Wed Oct 26 08:20:19 2022 +0200 +++ b/GeoQuiz/GuessTheCapitalView.swift Thu Oct 27 09:17:13 2022 +0200 @@ -20,6 +20,7 @@ GeometryReader { geo in VStack { GameToolbar(game: game, color: .atomicTangerine) + .padding(.bottom) Spacer() @@ -79,6 +80,10 @@ GuessTheCapitalView() .previewDevice(PreviewDevice(rawValue: "iPad Pro (12.9-inch) (5th generation)")) - .previewDisplayName("iPad Pro (12.9-inch) (5th generation)") + .previewDisplayName("iPad Pro (12.9-inch)") + + GuessTheCapitalView() + .previewDevice(PreviewDevice(rawValue: "iPhone 8")) + .previewDisplayName("iPhone 8") } }