fixup image scale logic

This commit is contained in:
Lightczx
2024-02-07 16:51:12 +08:00
parent fd499e372c
commit 4988c1bd47

View File

@@ -19,8 +19,8 @@
<Grid Background="{ThemeResource SolidBackgroundFillColorBaseBrush}" Transitions="{ThemeResource EntranceThemeTransitions}">
<Image
x:Name="BackdroundImagePresenter"
HorizontalAlignment="Center"
VerticalAlignment="Center"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Opacity="0"
Stretch="UniformToFill"/>