fix(layout): clamp mainwindow content to rounded corners
This commit is contained in:
@@ -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}" />
|
||||
|
||||
Reference in New Issue
Block a user