mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
style<DiffViewer>: fix border issue due to enable UseLayoutRounding
This commit is contained in:
parent
6b7def23d0
commit
3811f3ceed
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue