change LotteryPicker title

This commit is contained in:
onyx-and-iris 2024-09-27 13:05:01 +01:00
parent fce71f31a1
commit 34b99c1f52

View File

@ -7,7 +7,7 @@
<VerticalStackLayout
Padding="30,0"
Spacing="25">
<Picker x:Name="LotteryPicker" Title="Kind of Lottery" SelectedIndexChanged="LotteryPicker_SelectedIndexChanged" />
<Picker x:Name="LotteryPicker" Title="Pick your lottery" SelectedIndexChanged="LotteryPicker_SelectedIndexChanged" />
<Label x:Name="NumbersLabel" Text="Click Spin button to generate" HorizontalOptions="Center" FontSize="Medium" />