Merge pull request #3632 from onesounds/FixPendingLine

Add PendingLineStyle in Base.xaml
This commit is contained in:
DB P 2025-06-04 18:53:01 +09:00 committed by GitHub
commit 9755186195
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,6 +108,10 @@
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">
<Setter Property="Stroke" Value="{StaticResource SystemAccentColorLight1Brush}" />
</Style>
<Style
x:Key="PendingLineStyle"
BasedOn="{StaticResource BasePendingLineStyle}"
TargetType="{x:Type Line}" />
<Style x:Key="BaseClockPanelPosition" TargetType="{x:Type Canvas}" />