fix(layout): add top-level corner mask overlay
This commit is contained in:
@@ -1004,6 +1004,13 @@
|
||||
Margin="80,0,0,140" />
|
||||
</Grid>
|
||||
</Border>
|
||||
<Path x:Name="MainWindowCornerMaskOverlay"
|
||||
Panel.ZIndex="3000"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"
|
||||
Fill="{DynamicResource backgroundColor}"
|
||||
IsHitTestVisible="False"
|
||||
SnapsToDevicePixels="True" />
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user