mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 13:51:53 +08:00
style<DiffViewer>: fix border issue due to enable UseLayoutRounding
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user