Skip to content

Commit 36b031a

Browse files
committed
Fixes Issue #3487
1 parent d9ac266 commit 36b031a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RetailCoder.VBE/UI/Settings/InspectionSettings.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@
318318
SortMemberPath="{Binding LocalizedName}">
319319
<DataGridTemplateColumn.CellTemplate>
320320
<DataTemplate>
321-
<TextBlock Text="{Binding LocalizedName}">
321+
<TextBlock Text="{Binding LocalizedName}"
322+
ToolTipService.ShowDuration="30000">
322323
<TextBlock.ToolTip>
323324
<StackPanel>
324325
<TextBlock Text="{Binding LocalizedName}"

0 commit comments

Comments
 (0)