fix(ui): enforce continuous rounded window corners

This commit is contained in:
Meik
2026-03-05 15:44:13 +01:00
parent 9887c51768
commit eb6915ed90
2 changed files with 9 additions and 7 deletions

View File

@@ -353,7 +353,7 @@
</shell:WindowChrome.WindowChrome>
<Grid x:Name="MainGrid"
Background="{DynamicResource backgroundColor}">
Background="Transparent">
<Border x:Name="MainWindowSurface"
CornerRadius="20"
BorderThickness="0"