mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
ConfirmEmptyCommit dialog closes on Escape
This commit is contained in:
parent
23f79fd084
commit
a951fd2768
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
Title="{DynamicResource Text.Warn}"
|
||||
SizeToContent="WidthAndHeight"
|
||||
CanResize="False"
|
||||
ShowInTaskbar="False"
|
||||
WindowStartupLocation="CenterOwner">
|
||||
<Grid RowDefinitions="Auto,Auto,Auto">
|
||||
<!-- TitleBar -->
|
||||
|
@ -64,6 +65,7 @@
|
|||
Height="30"
|
||||
Margin="4,0"
|
||||
Click="CloseWindow"
|
||||
IsCancel="True"
|
||||
Content="{DynamicResource Text.Cancel}"
|
||||
HorizontalContentAlignment="Center"
|
||||
VerticalContentAlignment="Center"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue