Skip to content

Commit

Permalink
solves #50
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgoldstein committed Jul 22, 2022
1 parent 63177f9 commit 942348a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ImageChecker/View/ResultView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
<DataGridTextColumn.CellStyle>
<Style TargetType="DataGridCell">
<Setter Property="ToolTip" Value="{Binding FileA.File.FullName, Mode=OneWay}" />
<Setter Property="ToolTipService.ShowsToolTipOnKeyboardFocus" Value="False" />
</Style>
</DataGridTextColumn.CellStyle>
</DataGridTextColumn>
Expand All @@ -222,6 +223,7 @@
<DataGridTextColumn.CellStyle>
<Style TargetType="DataGridCell">
<Setter Property="ToolTip" Value="{Binding FileB.File.FullName, Mode=OneWay}" />
<Setter Property="ToolTipService.ShowsToolTipOnKeyboardFocus" Value="False" />
</Style>
</DataGridTextColumn.CellStyle>
</DataGridTextColumn>
Expand Down

0 comments on commit 942348a

Please sign in to comment.