misc: formatted codes of controls XAML.

This commit is contained in:
Zhang Dian
2025-09-16 21:10:33 +08:00
parent f997bbc29b
commit 0a84c79a15
40 changed files with 101 additions and 109 deletions

View File

@@ -4,7 +4,7 @@
xmlns:u="https://irihi.tech/ursa"
xmlns:converters="clr-namespace:Ursa.Themes.Semi.Converters">
<ControlTheme x:Key="{x:Type u:Clock}" TargetType="u:Clock">
<Setter Property="HandBrush" Value="{DynamicResource ClockHandBrush}"/>
<Setter Property="HandBrush" Value="{DynamicResource ClockHandBrush}" />
<Setter Property="Template">
<ControlTemplate TargetType="u:Clock">
<Grid>
@@ -57,4 +57,4 @@
</ControlTemplate>
</Setter>
</ControlTheme>
</ResourceDictionary>
</ResourceDictionary>