mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 13:20:30 +08:00
ux: show hotkey of popup buttons
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
VerticalContentAlignment="Center"
|
||||
Content="{DynamicResource Text.Sure}"
|
||||
Click="OnPopupSure"
|
||||
HotKey="Enter"/>
|
||||
HotKey="Enter"
|
||||
ToolTip.Tip="Enter"/>
|
||||
<Button Classes="flat"
|
||||
Width="100" Height="28"
|
||||
Margin="8,0,0,0"
|
||||
@@ -91,7 +92,8 @@
|
||||
HorizontalContentAlignment="Center"
|
||||
VerticalContentAlignment="Center"
|
||||
Content="{DynamicResource Text.Cancel}"
|
||||
Click="OnPopupCancel"/>
|
||||
Click="OnPopupCancel"
|
||||
ToolTip.Tip="ESC"/>
|
||||
</StackPanel>
|
||||
|
||||
<!-- Running -->
|
||||
|
||||
Reference in New Issue
Block a user