Skip to content

Commit d4cd583

Browse files
authored
Merge pull request #3517 from IvenBach/TooltipDisplayTimer
Increases inspection severity settings' tooltip timer to 30 seconds.
2 parents 14f1513 + 36b031a commit d4cd583

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)