Add IsDefault and IsCancel for all dialog buttons

This commit is contained in:
Alexey Golub
2018-01-13 18:15:42 +02:00
parent 1f36fb608a
commit bb2b04d2e5
4 changed files with 8 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ UserControl "DiscordChatExporter.Gui.Views.SettingsDialog" {
Command: DialogHost.CloseDialogCommand
Content: "SAVE"
HorizontalAlignment: Right
IsDefault: true
IsCancel: true
Style: resource dyn "MaterialDesignFlatButton"
}
}