We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7627600 commit b316f84Copy full SHA for b316f84
src/Views/LauncherPage.axaml
@@ -83,15 +83,17 @@
83
VerticalContentAlignment="Center"
84
Content="{DynamicResource Text.Sure}"
85
Click="OnPopupSure"
86
- HotKey="Enter"/>
+ HotKey="Enter"
87
+ ToolTip.Tip="Enter"/>
88
<Button Classes="flat"
89
Width="100" Height="28"
90
Margin="8,0,0,0"
91
Padding="0"
92
HorizontalContentAlignment="Center"
93
94
Content="{DynamicResource Text.Cancel}"
- Click="OnPopupCancel"/>
95
+ Click="OnPopupCancel"
96
+ ToolTip.Tip="ESC"/>
97
</StackPanel>
98
99
<!-- Running -->
0 commit comments