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

This commit is contained in:
uye
2025-07-12 21:55:23 +08:00
parent da85be36e2
commit b212400a1e

View File

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