We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beecde2 commit ad8d8ceCopy full SHA for ad8d8ce
src/Bible.Alarm/Views/General/AlarmModal.xaml
@@ -111,11 +111,13 @@
111
HeightRequest="{OnPlatform Default='45',
112
WinUI='37'}"
113
HorizontalOptions="Center"
114
+ HorizontalTextAlignment="Center"
115
IsVisible="{Binding IsBusy, Converter={StaticResource negateBooleanConverter}}"
- Padding="40,8"
116
+ Padding="40,0"
117
Text="DISMISS"
118
TextColor="SlateBlue"
- VerticalOptions="Center" />
119
+ VerticalOptions="Center"
120
+ VerticalTextAlignment="Center" />
121
<ActivityIndicator
122
IsRunning="{Binding IsBusy}"
123
IsVisible="{Binding IsBusy}"
0 commit comments