Harden rounded clip timing and pixel alignment for all corners

This commit is contained in:
Meik
2026-03-05 15:37:28 +01:00
parent c59ab2c237
commit 9887c51768
3 changed files with 13 additions and 1 deletions

View File

@@ -358,6 +358,7 @@
CornerRadius="20"
BorderThickness="0"
Background="{DynamicResource backgroundColor}"
SnapsToDevicePixels="True"
ClipToBounds="True">
<Grid>
<DockPanel Width="{Binding ActualWidth, ElementName=Window, Mode=OneWay}"