mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +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}"
|
||||
Text=""
|
||||
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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user