Skip to content

Commit 15726e1

Browse files
committed
Added spacing
1 parent 4526fee commit 15726e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Codebreaker.MAUI/Views/Pages/GamePage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
<VerticalStackLayout
2828
FlexLayout.Basis="500"
2929
Padding="5,0"
30-
FlexLayout.Grow="2">
30+
FlexLayout.Grow="2"
31+
Spacing="5">
3132
<Label Text="Enter your player name" />
3233
<Entry
3334
IsEnabled="{Binding IsNameEnterable, Mode=OneWay}"

0 commit comments

Comments
 (0)