style<PopupPanel>: remove border of PopupPanel

This commit is contained in:
leo 2021-06-25 11:08:51 +08:00
parent 05bfc86a9b
commit 8c8109dc60

View file

@ -11,15 +11,13 @@
<!-- Popup panel --> <!-- Popup panel -->
<Border <Border
Background="{StaticResource Brush.Popup}" Background="{StaticResource Brush.Window}"
BorderBrush="{StaticResource Brush.Border0}"
BorderThickness="1,0,1,1"
HorizontalAlignment="Center" HorizontalAlignment="Center"
VerticalAlignment="Top" VerticalAlignment="Top"
Width="500" Width="500"
Height="Auto"> Height="Auto">
<Border.Effect> <Border.Effect>
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".2" Color="Black"/> <DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".5" Color="Black"/>
</Border.Effect> </Border.Effect>
<Grid> <Grid>