style<DiffViewer>: fix border issue due to enable UseLayoutRounding

This commit is contained in:
leo 2021-04-09 17:39:11 +08:00
parent 6b7def23d0
commit 3811f3ceed

View file

@ -76,7 +76,7 @@
</Grid.ColumnDefinitions>
</Grid>
<Grid Grid.Row="1" x:Name="editorLines" IsHitTestVisible="False">
<Grid Grid.Row="1" x:Name="editorLines" IsHitTestVisible="False" UseLayoutRounding="False">
</Grid>
<Border x:Name="sizeChange" Grid.Row="1" ClipToBounds="True" Background="{StaticResource Brush.Window}" Visibility="Collapsed">