Skip to content

Commit 2dfd1c3

Browse files
committed
Adjust Tooltip time
1 parent b7e12a4 commit 2dfd1c3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@
13091309
Foreground="{DynamicResource PluginInfoColor}"
13101310
Text="{Binding Version}"
13111311
ToolTip="{Binding InitAndQueryTime}"
1312-
ToolTipService.InitialShowDelay="0" />
1312+
ToolTipService.InitialShowDelay="500" />
13131313
<TextBlock
13141314
Margin="5,0,5,0"
13151315
VerticalAlignment="Center"
@@ -1325,8 +1325,7 @@
13251325
FontFamily="/Resources/#Segoe Fluent Icons"
13261326
FontSize="11"
13271327
TextDecorations="None"
1328-
ToolTip="{DynamicResource plugin_query_web}"
1329-
ToolTipService.InitialShowDelay="0">
1328+
ToolTip="{DynamicResource plugin_query_web}">
13301329
<Hyperlink
13311330
Foreground="{DynamicResource PluginInfoColor}"
13321331
NavigateUri="{Binding PluginPair.Metadata.Website}"
@@ -1348,8 +1347,7 @@
13481347
MouseUp="OnExternalPluginUninstallClick"
13491348
Text="&#xe74d;"
13501349
TextDecorations="None"
1351-
ToolTip="{DynamicResource plugin_uninstall}"
1352-
ToolTipService.InitialShowDelay="0" />
1350+
ToolTip="{DynamicResource plugin_uninstall}" />
13531351

13541352
<TextBlock
13551353
Margin="10,0,5,0"
@@ -1360,8 +1358,7 @@
13601358
FontSize="11"
13611359
Foreground="{DynamicResource PluginInfoColor}"
13621360
Text="&#xe8b7;"
1363-
ToolTip="{DynamicResource pluginDirectory}"
1364-
ToolTipService.InitialShowDelay="0">
1361+
ToolTip="{DynamicResource pluginDirectory}">
13651362
<TextBlock.InputBindings>
13661363
<MouseBinding Command="{Binding OpenPluginDirectoryCommand}" MouseAction="LeftClick" />
13671364
</TextBlock.InputBindings>

0 commit comments

Comments
 (0)