mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-21 13:37:54 +00:00
Ammy formatting
This commit is contained in:
@@ -19,18 +19,18 @@ UserControl "DiscordChatExporter.Views.ExportDoneDialog" {
|
|||||||
|
|
||||||
// Open
|
// Open
|
||||||
Button "OpenButton" {
|
Button "OpenButton" {
|
||||||
|
Margin: 8
|
||||||
Click: OpenButton_Click
|
Click: OpenButton_Click
|
||||||
Command: bind OpenCommand
|
Command: bind OpenCommand
|
||||||
Content: "OPEN IT"
|
Content: "OPEN IT"
|
||||||
Margin: 8
|
|
||||||
Style: resource dyn "MaterialDesignFlatButton"
|
Style: resource dyn "MaterialDesignFlatButton"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dismiss
|
// Dismiss
|
||||||
Button {
|
Button {
|
||||||
|
Margin: 8
|
||||||
Command: DialogHost.CloseDialogCommand
|
Command: DialogHost.CloseDialogCommand
|
||||||
Content: "DISMISS"
|
Content: "DISMISS"
|
||||||
Margin: 8
|
|
||||||
Style: resource dyn "MaterialDesignFlatButton"
|
Style: resource dyn "MaterialDesignFlatButton"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user