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 -->
|
<!-- 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>
|
||||||
|
|
Loading…
Reference in a new issue