Extend navigation rail background edge-to-edge without rounding

This commit is contained in:
Meik
2026-03-05 11:45:54 +01:00
parent 34d61d3c3f
commit 3d1028f53f

View File

@@ -454,13 +454,13 @@
Margin="0,0,0,0"
VerticalAlignment="Top"
HorizontalAlignment="Left"
Height="620"
Height="590"
Width="75">
<Border Canvas.Left="5"
Canvas.Top="10"
Width="64"
Height="560"
CornerRadius="20"
<Border Canvas.Left="0"
Canvas.Top="0"
Width="75"
Height="590"
CornerRadius="0"
BorderThickness="1"
BorderBrush="{DynamicResource navigationRailBorderColor}"
Background="{DynamicResource navigationRailColor}" />