Extend navigation rail background edge-to-edge without rounding
This commit is contained in:
@@ -454,13 +454,13 @@
|
|||||||
Margin="0,0,0,0"
|
Margin="0,0,0,0"
|
||||||
VerticalAlignment="Top"
|
VerticalAlignment="Top"
|
||||||
HorizontalAlignment="Left"
|
HorizontalAlignment="Left"
|
||||||
Height="620"
|
Height="590"
|
||||||
Width="75">
|
Width="75">
|
||||||
<Border Canvas.Left="5"
|
<Border Canvas.Left="0"
|
||||||
Canvas.Top="10"
|
Canvas.Top="0"
|
||||||
Width="64"
|
Width="75"
|
||||||
Height="560"
|
Height="590"
|
||||||
CornerRadius="20"
|
CornerRadius="0"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
BorderBrush="{DynamicResource navigationRailBorderColor}"
|
BorderBrush="{DynamicResource navigationRailBorderColor}"
|
||||||
Background="{DynamicResource navigationRailColor}" />
|
Background="{DynamicResource navigationRailColor}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user