mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
style<DiffViewer>: background for binary/lfs changes
This commit is contained in:
parent
24a61dbef8
commit
86d183faf8
1 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Border x:Name="sizeChange" Grid.Row="1" Background="{DynamicResource Brush.Window}">
|
<Border x:Name="sizeChange" Grid.Row="1" Background="{DynamicResource Brush.Contents}">
|
||||||
<StackPanel Orientation="Vertical" VerticalAlignment="Center" TextElement.FontFamily="Consolas">
|
<StackPanel Orientation="Vertical" VerticalAlignment="Center" TextElement.FontFamily="Consolas">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
x:Name="txtSizeChangeTitle"
|
x:Name="txtSizeChangeTitle"
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<Border x:Name="noChange" Grid.Row="1" Background="{DynamicResource Brush.Window}">
|
<Border x:Name="noChange" Grid.Row="1" Background="{DynamicResource Brush.Contents}">
|
||||||
<StackPanel Orientation="Vertical" VerticalAlignment="Center">
|
<StackPanel Orientation="Vertical" VerticalAlignment="Center">
|
||||||
<Path Width="64" Height="64" Data="{StaticResource Icon.Check}" Fill="{DynamicResource Brush.FG2}"/>
|
<Path Width="64" Height="64" Data="{StaticResource Icon.Check}" Fill="{DynamicResource Brush.FG2}"/>
|
||||||
<TextBlock
|
<TextBlock
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<Border x:Name="mask" Grid.Row="0" Grid.RowSpan="2" Background="{DynamicResource Brush.Window}">
|
<Border x:Name="mask" Grid.Row="0" Grid.RowSpan="2" Background="{DynamicResource Brush.Contents}">
|
||||||
<StackPanel Orientation="Vertical" VerticalAlignment="Center">
|
<StackPanel Orientation="Vertical" VerticalAlignment="Center">
|
||||||
<Path Width="64" Height="64" Data="{StaticResource Icon.Diff}" Fill="{DynamicResource Brush.FG2}"/>
|
<Path Width="64" Height="64" Data="{StaticResource Icon.Diff}" Fill="{DynamicResource Brush.FG2}"/>
|
||||||
<TextBlock
|
<TextBlock
|
||||||
|
|
Loading…
Reference in a new issue