chore: 日志栏 InitialShowDelay 改为 200,避免误触

This commit is contained in:
uye
2025-07-12 21:55:23 +08:00
parent 49753de8b8
commit bf759da599

View File

@@ -398,7 +398,7 @@
Text="{Binding Content}"
TextWrapping="Wrap"
ToolTip="{Binding ToolTip}"
ToolTipService.InitialShowDelay="0" />
ToolTipService.InitialShowDelay="200" />
</Grid>
</DataTemplate>
</ItemsControl.ItemTemplate>