mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-11 12:14:53 +08:00
[FZEditor]Reduce layout shortcut tooltip delay (#22889)
This commit is contained in:
parent
d0c9350ac4
commit
91ffe5e707
@ -461,7 +461,8 @@
|
|||||||
Foreground="{DynamicResource SystemControlBackgroundAccentBrush}"
|
Foreground="{DynamicResource SystemControlBackgroundAccentBrush}"
|
||||||
Text=""
|
Text=""
|
||||||
AutomationProperties.Name="{x:Static props:Resources.QuickKey_Description}"
|
AutomationProperties.Name="{x:Static props:Resources.QuickKey_Description}"
|
||||||
ToolTip="{x:Static props:Resources.QuickKey_Description}" />
|
ToolTip="{x:Static props:Resources.QuickKey_Description}"
|
||||||
|
ToolTipService.InitialShowDelay="0"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user