From e7a1fd99478c1e6fed7ef0a4d24be2e4c59d6168 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 15 Jun 2024 14:53:31 +0800 Subject: [PATCH] fix: artifacts when using rounded corner and clip to bounds with Window border on Linux --- src/Resources/Styles.axaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Resources/Styles.axaml b/src/Resources/Styles.axaml index 8ef8a265..827d8aff 100644 --- a/src/Resources/Styles.axaml +++ b/src/Resources/Styles.axaml @@ -120,14 +120,15 @@ Background="{DynamicResource Brush.Window}" BorderBrush="{DynamicResource Brush.Border0}" BorderThickness="1" - CornerRadius="8" - ClipToBounds="True"> + CornerRadius="8"> - + + +