fix(layout): clamp mainwindow content to rounded corners

This commit is contained in:
Meik
2026-03-05 16:20:03 +01:00
parent 66902623d9
commit ea3724c714
3 changed files with 7 additions and 4 deletions

View File

@@ -495,7 +495,6 @@
<StackPanel Orientation="Horizontal"
Width="75"
Height="576"
DockPanel.Dock="Top"
ClipToBounds="True"
x:Name="btnSP"
HorizontalAlignment="Left">
@@ -510,7 +509,7 @@
Canvas.Top="8"
Width="75"
Height="568"
CornerRadius="20,0,0,0"
CornerRadius="20,0,0,20"
BorderThickness="1"
BorderBrush="{DynamicResource navigationRailBorderColor}"
Background="{DynamicResource navigationRailColor}" />