mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
<style>(<*>): 完善Tab的阴影效果,调整 Merge 提示框 和 错误提示框的按键大小
This commit is contained in:
parent
fa1a86b7ac
commit
1bdc4f91af
2 changed files with 5 additions and 4 deletions
|
@ -503,7 +503,7 @@
|
||||||
|
|
||||||
<Label Grid.Column="0" x:Name="txtMergeProcessing" FontWeight="DemiBold" Foreground="{StaticResource Brush.BG4}"/>
|
<Label Grid.Column="0" x:Name="txtMergeProcessing" FontWeight="DemiBold" Foreground="{StaticResource Brush.BG4}"/>
|
||||||
<StackPanel Grid.Column="1" Orientation="Horizontal">
|
<StackPanel Grid.Column="1" Orientation="Horizontal">
|
||||||
<Button x:Name="btnResolve" Click="Resolve" Content="RESOLVE" Margin="4">
|
<Button x:Name="btnResolve" Click="Resolve" Content="RESOLVE" Margin="2">
|
||||||
<Button.Style>
|
<Button.Style>
|
||||||
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource Style.Button.Bordered}">
|
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource Style.Button.Bordered}">
|
||||||
<Setter Property="Background" Value="{StaticResource Brush.BG1}"/>
|
<Setter Property="Background" Value="{StaticResource Brush.BG1}"/>
|
||||||
|
@ -511,8 +511,8 @@
|
||||||
</Style>
|
</Style>
|
||||||
</Button.Style>
|
</Button.Style>
|
||||||
</Button>
|
</Button>
|
||||||
<Button x:Name="btnContinue" Click="Continue" Content="CONTINUE" Style="{StaticResource Style.Button.AccentBordered}" Margin="4"/>
|
<Button x:Name="btnContinue" Click="Continue" Content="CONTINUE" Style="{StaticResource Style.Button.AccentBordered}" Margin="2"/>
|
||||||
<Button Grid.Column="3" Click="Abort" Content="ABORT" Style="{StaticResource Style.Button.Bordered}" Foreground="{StaticResource Brush.BG1}" Margin="4"/>
|
<Button Grid.Column="3" Click="Abort" Content="ABORT" Style="{StaticResource Style.Button.Bordered}" Foreground="{StaticResource Brush.BG1}" Margin="2"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
<Grid x:Name="Container" Opacity=".7" SnapsToDevicePixels="True" WindowChrome.IsHitTestVisibleInChrome="True">
|
<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 x:Name="BG" SnapsToDevicePixels="True" Background="Transparent" BorderThickness="0" BorderBrush="{StaticResource Brush.BG3}" CornerRadius="4,4,0,0">
|
||||||
<Border.Effect>
|
<Border.Effect>
|
||||||
<DropShadowEffect ShadowDepth="2" Direction="30" Color="Black" Opacity=".3"/>
|
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Direction="270" Opacity=".5"/>
|
||||||
</Border.Effect>
|
</Border.Effect>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
|
@ -277,6 +277,7 @@
|
||||||
Grid.Row="2"
|
Grid.Row="2"
|
||||||
Margin="4,0"
|
Margin="4,0"
|
||||||
Click="RemoveError"
|
Click="RemoveError"
|
||||||
|
Height="25"
|
||||||
Content="CLOSE"
|
Content="CLOSE"
|
||||||
Style="{StaticResource Style.Button.AccentBordered}"
|
Style="{StaticResource Style.Button.AccentBordered}"
|
||||||
BorderBrush="{StaticResource Brush.FG}"
|
BorderBrush="{StaticResource Brush.FG}"
|
||||||
|
|
Loading…
Reference in a new issue