Skip to content

Commit a4772c6

Browse files
committed
Reduce cell padding.
1 parent fc3ab50 commit a4772c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ExcelMerge.GUI/Views/DiffView.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
SelectedCellsChanged="DataGrid_SelectedCellsChanged"
294294
AllowDrop="True"
295295
Tag="0"
296+
RowHeightReserve="0"
296297
>
297298
<i:Interaction.Behaviors>
298299
<behavior:DragAcceptBehavior
@@ -334,6 +335,7 @@
334335
SelectedCellsChanged="DataGrid_SelectedCellsChanged"
335336
AllowDrop="True"
336337
Tag="1"
338+
RowHeightReserve="0"
337339
>
338340
<i:Interaction.Behaviors>
339341
<behavior:DragAcceptBehavior

0 commit comments

Comments
 (0)