misc: format codes.

This commit is contained in:
Zhang Dian
2024-10-15 16:03:42 +08:00
parent 39be4fd1cd
commit dc20007039
27 changed files with 92 additions and 102 deletions

View File

@@ -7,7 +7,7 @@
<!-- Add Resources Here -->
<converters:BrushToColorConverter x:Key="BrushToColorConverter" />
<ControlTheme x:Key="{x:Type u:LoadingIcon}" TargetType="u:LoadingIcon">
<Setter Property="IsLoading" Value="True"></Setter>
<Setter Property="IsLoading" Value="True" />
<Setter Property="Foreground" Value="{DynamicResource LoadingIconForeground}" />
<Setter Property="Template">
<ControlTemplate TargetType="u:LoadingIcon">