mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
style(Launcher): drop shadow direction for tabs in title bar
This commit is contained in:
parent
692442aff1
commit
4d3a0a45cb
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
<Grid x:Name="Container" Opacity=".7" Height="28" WindowChrome.IsHitTestVisibleInChrome="True">
|
||||
<Border x:Name="BG" Background="Transparent" BorderThickness="0" BorderBrush="{StaticResource Brush.BG3}" CornerRadius="4,4,0,0">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect ShadowDepth="2" Direction="90" Color="Black" Opacity=".3"/>
|
||||
<DropShadowEffect ShadowDepth="2" Direction="30" Color="Black" Opacity=".3"/>
|
||||
</Border.Effect>
|
||||
</Border>
|
||||
|
||||
|
|
Loading…
Reference in a new issue