mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
style<PopupPanel>: remove border of PopupPanel
This commit is contained in:
parent
05bfc86a9b
commit
8c8109dc60
1 changed files with 2 additions and 4 deletions
|
@ -11,15 +11,13 @@
|
|||
|
||||
<!-- Popup panel -->
|
||||
<Border
|
||||
Background="{StaticResource Brush.Popup}"
|
||||
BorderBrush="{StaticResource Brush.Border0}"
|
||||
BorderThickness="1,0,1,1"
|
||||
Background="{StaticResource Brush.Window}"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Top"
|
||||
Width="500"
|
||||
Height="Auto">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".2" Color="Black"/>
|
||||
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".5" Color="Black"/>
|
||||
</Border.Effect>
|
||||
|
||||
<Grid>
|
||||
|
|
Loading…
Reference in a new issue