mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 19:05:09 -04:00
Ammy formatting
This commit is contained in:
parent
6709821324
commit
10446064d5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue