Merge pull request #2793 from onesounds/20240619-FixWin11Theme

Fix Win11 Theme's Right Margin
This commit is contained in:
Jeremy Wu 2024-06-19 21:15:41 +10:00 committed by GitHub
commit f51a14d7ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@
<Setter Property="FontSize" Value="25" />
</Style>
<CornerRadius x:Key="ItemRadius">5</CornerRadius>
<Thickness x:Key="ItemMargin">10 0 5 0</Thickness>
<Thickness x:Key="ItemMargin">10 0 10 0</Thickness>
<Thickness x:Key="ResultMargin">0 10 0 10</Thickness>
<Style
x:Key="ClockPanel"