Fix clockpanel basedon

This commit is contained in:
DB p 2025-03-29 06:09:45 +09:00
parent f8aee15fe1
commit 20f2fecae3

View file

@ -152,7 +152,7 @@
<Thickness x:Key="ResultMargin">0 0 0 10</Thickness> <Thickness x:Key="ResultMargin">0 0 0 10</Thickness>
<Style <Style
x:Key="ClockPanel" x:Key="ClockPanel"
BasedOn="{StaticResource ClockPanel}" BasedOn="{StaticResource BaseClockPanel}"
TargetType="{x:Type StackPanel}"> TargetType="{x:Type StackPanel}">
<Setter Property="Margin" Value="0 0 54 0" /> <Setter Property="Margin" Value="0 0 54 0" />
</Style> </Style>