We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4526fee commit 15726e1Copy full SHA for 15726e1
1 file changed
src/Codebreaker.MAUI/Views/Pages/GamePage.xaml
@@ -27,7 +27,8 @@
27
<VerticalStackLayout
28
FlexLayout.Basis="500"
29
Padding="5,0"
30
- FlexLayout.Grow="2">
+ FlexLayout.Grow="2"
31
+ Spacing="5">
32
<Label Text="Enter your player name" />
33
<Entry
34
IsEnabled="{Binding IsNameEnterable, Mode=OneWay}"
0 commit comments