Add support for custom date formats in settings

This commit is contained in:
Alexey Golub
2017-09-28 22:05:16 +03:00
parent efae0e99b8
commit 69184a74fe
6 changed files with 32 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ UserControl "DiscordChatExporter.Views.SettingsDialog" {
StackPanel {
// Theme
ComboBox {
Margin: 16
Margin: "16 16 16 8"
HintAssist.Hint: "Theme"
HintAssist.IsFloating: true
IsReadOnly: true
@@ -15,6 +15,15 @@ UserControl "DiscordChatExporter.Views.SettingsDialog" {
SelectedItem: bind Theme
}
// Date format
TextBox {
Margin: "16 8 16 8"
HintAssist.Hint: "Date format"
HintAssist.IsFloating: true
Text: bind DateFormat
}
// Save
Button {
Margin: 8