From 10446064d585c008e556e3e8e923d9c792db36ef Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Sat, 7 Oct 2017 22:03:43 +0300 Subject: [PATCH] Ammy formatting --- DiscordChatExporter/Views/ExportDoneDialog.ammy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscordChatExporter/Views/ExportDoneDialog.ammy b/DiscordChatExporter/Views/ExportDoneDialog.ammy index 9f6436a..1d46fa8 100644 --- a/DiscordChatExporter/Views/ExportDoneDialog.ammy +++ b/DiscordChatExporter/Views/ExportDoneDialog.ammy @@ -19,18 +19,18 @@ UserControl "DiscordChatExporter.Views.ExportDoneDialog" { // Open Button "OpenButton" { + Margin: 8 Click: OpenButton_Click Command: bind OpenCommand Content: "OPEN IT" - Margin: 8 Style: resource dyn "MaterialDesignFlatButton" } // Dismiss Button { + Margin: 8 Command: DialogHost.CloseDialogCommand Content: "DISMISS" - Margin: 8 Style: resource dyn "MaterialDesignFlatButton" } }