mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00: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.BorderThickness>
|
||||||
|
|
||||||
<Border.Effect>
|
<Border.Effect>
|
||||||
<OnPlatform Default="{x:Null}">
|
<OnPlatform Default="drop-shadow(0 0 8 #8F000000)" Linux="{x:Null}"/>
|
||||||
<On Options="macOS, Windows">
|
|
||||||
<DropShadowEffect BlurRadius="8" OffsetX="0" OffsetY="0" Color="Black" Opacity=".5"/>
|
|
||||||
</On>
|
|
||||||
</OnPlatform>
|
|
||||||
</Border.Effect>
|
</Border.Effect>
|
||||||
|
|
||||||
<StackPanel Margin="8" Orientation="Vertical">
|
<StackPanel Margin="8" Orientation="Vertical">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue