mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
fix: xaml errors in Rider
This commit is contained in:
parent
f1ff969090
commit
9d88ae466f
1 changed files with 1 additions and 5 deletions
|
@ -285,11 +285,7 @@
|
|||
</Border.BorderThickness>
|
||||
|
||||
<Border.Effect>
|
||||
<OnPlatform Default="{x:Null}">
|
||||
<On Options="macOS, Windows">
|
||||
<DropShadowEffect BlurRadius="8" OffsetX="0" OffsetY="0" Color="Black" Opacity=".5"/>
|
||||
</On>
|
||||
</OnPlatform>
|
||||
<OnPlatform Default="drop-shadow(0 0 8 #8F000000)" Linux="{x:Null}"/>
|
||||
</Border.Effect>
|
||||
|
||||
<StackPanel Margin="8" Orientation="Vertical">
|
||||
|
|
Loading…
Reference in a new issue