Extend navigation rail background edge-to-edge without rounding
This commit is contained in:
@@ -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}" />
|
||||
|
||||
Reference in New Issue
Block a user