Skip to content

Commit ea2dd57

Browse files
committed
Minor UI tweaks
1 parent e02308b commit ea2dd57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Loading/LoadingCode.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<brushes:AcrylicBrush BackgroundSource="Backdrop"
6767
TintColor="Black"
6868
TintOpacity="@[Opacity:DoubleSlider:0.4:0.0-1.0]"
69-
BlurAmount="@[BlurAmount:DoubleSlider:8:0.0-32.0]"/>
69+
BlurAmount="@[BlurAmount:DoubleSlider:8:0.0-24.0]"/>
7070
</controls:Loading.Background>
7171
<ContentControl x:Name="LoadingContentControl" />
7272
</controls:Loading>

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Loading/LoadingPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private void Load()
6767
private async Task ShowLoadingDialogAsync()
6868
{
6969
loadingControl.IsLoading = true;
70-
await Task.Delay(3000);
70+
await Task.Delay(5000);
7171
loadingControl.IsLoading = false;
7272
}
7373
}

0 commit comments

Comments
 (0)