提交 0ffe7912 编写于 作者: R RMBGAME

🚧 Misc

上级 42310675
......@@ -107,9 +107,9 @@
<ui:SymbolIcon
Name="Chevron"
Grid.Column="3"
Margin="8,4"
Margin="24,4,0,4"
VerticalAlignment="Center"
FontSize="20" />
FontSize="18" />
</Grid>
</ui:FABorder>
......
......@@ -160,11 +160,11 @@
<Panel>
<Panel Name="WindowBackground">
<Border Background="{DynamicResource SolidBackgroundFillColorBaseBrush}" Opacity="{Binding Value, Source={x:Static ms:UISettings.WindowBackgroundOpacity}, Mode=OneWay}" />
<Image
<spp:Image2
IsVisible="{Binding Source={x:Static ms:UISettings.WindowBackgroundCustomImage}, Path=Value, Mode=OneWay}"
Opacity="{Binding Value, Source={x:Static ms:UISettings.WindowBackgroundCustomImageOpacity}, Mode=OneWay}"
RenderOptions.BitmapInterpolationMode="HighQuality"
Source="{Binding Source={x:Static ms:UISettings.WindowBackgroundCustomImagePath}, Path=Value, Mode=OneWay, Converter={StaticResource BitmapAssetValueConverter}}"
Source="{Binding Source={x:Static ms:UISettings.WindowBackgroundCustomImagePath}, Path=Value, Mode=OneWay}"
Stretch="{Binding Source={x:Static ms:UISettings.WindowBackgroundCustomImageStretch}, Path=Value, Mode=OneWay, Converter={StaticResource EnumConverter}, ConverterParameter={x:Type Stretch}}" />
</Panel>
<Panel
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册