<style>(<*>): 完善Tab的阴影效果,调整 Merge 提示框 和 错误提示框的按键大小

This commit is contained in:
ZCShou 2020-08-12 08:06:43 +08:00
parent fa1a86b7ac
commit 1bdc4f91af
2 changed files with 5 additions and 4 deletions

View file

@ -80,7 +80,7 @@
<Grid x:Name="Container" Opacity=".7" SnapsToDevicePixels="True" WindowChrome.IsHitTestVisibleInChrome="True">
<Border x:Name="BG" SnapsToDevicePixels="True" Background="Transparent" BorderThickness="0" BorderBrush="{StaticResource Brush.BG3}" CornerRadius="4,4,0,0">
<Border.Effect>
<DropShadowEffect ShadowDepth="2" Direction="30" Color="Black" Opacity=".3"/>
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Direction="270" Opacity=".5"/>
</Border.Effect>
</Border>
@ -277,6 +277,7 @@
Grid.Row="2"
Margin="4,0"
Click="RemoveError"
Height="25"
Content="CLOSE"
Style="{StaticResource Style.Button.AccentBordered}"
BorderBrush="{StaticResource Brush.FG}"