|
|
@ -39,7 +39,7 @@ UserControl "DiscordChatExporter.Views.ExportSetupDialog" {
|
|
|
|
DatePicker {
|
|
|
|
DatePicker {
|
|
|
|
Grid.Column: 0
|
|
|
|
Grid.Column: 0
|
|
|
|
Margin: "16 20 8 8"
|
|
|
|
Margin: "16 20 8 8"
|
|
|
|
HintAssist.Hint: "From"
|
|
|
|
HintAssist.Hint: "From (optional)"
|
|
|
|
HintAssist.IsFloating: true
|
|
|
|
HintAssist.IsFloating: true
|
|
|
|
SelectedDate: bind From
|
|
|
|
SelectedDate: bind From
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -47,7 +47,7 @@ UserControl "DiscordChatExporter.Views.ExportSetupDialog" {
|
|
|
|
DatePicker {
|
|
|
|
DatePicker {
|
|
|
|
Grid.Column: 1
|
|
|
|
Grid.Column: 1
|
|
|
|
Margin: "8 20 16 8"
|
|
|
|
Margin: "8 20 16 8"
|
|
|
|
HintAssist.Hint: "To"
|
|
|
|
HintAssist.Hint: "To (optional)"
|
|
|
|
HintAssist.IsFloating: true
|
|
|
|
HintAssist.IsFloating: true
|
|
|
|
SelectedDate: bind To
|
|
|
|
SelectedDate: bind To
|
|
|
|
}
|
|
|
|
}
|
|
|
|