Skip to content

Commit 626f152

Browse files
authored
chore: Adjust RowDefinitions for GamePage
1 parent 143d929 commit 626f152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/PongWars/src/UnoPongWars/Presentation/GamePage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public GamePage()
1919
.Content(
2020
new Grid()
2121
.Margin(20)
22-
.RowDefinitions("*,auto,auto")
22+
.RowDefinitions("*,Auto,Auto")
2323
.Children(
2424
new Viewbox()
2525
.HorizontalAlignment(HorizontalAlignment.Center)

0 commit comments

Comments
 (0)