style<DiffViewer>: bring grid lines on top of diff editor

This commit is contained in:
leo 2020-11-27 11:48:23 +08:00
parent 017c083c52
commit 06b5709a05

View file

@ -67,9 +67,6 @@
</Grid>
</Border>
<Grid Grid.Row="1" x:Name="editorLines">
</Grid>
<Grid Grid.Row="1" x:Name="editorContainer" SizeChanged="OnSizeChanged">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
@ -77,6 +74,9 @@
</Grid.ColumnDefinitions>
</Grid>
<Grid Grid.Row="1" x:Name="editorLines" IsHitTestVisible="False">
</Grid>
<Border x:Name="sizeChange" Grid.Row="1" ClipToBounds="True" Background="{StaticResource Brush.BG3}" Visibility="Collapsed">
<StackPanel Orientation="Vertical" VerticalAlignment="Center">
<Label x:Name="txtSizeChangeTitle" Content="BINARY DIFF" Margin="0,0,0,32" FontSize="18" FontWeight="UltraBold" Foreground="{StaticResource Brush.FG2}" HorizontalAlignment="Center"/>