From 78d01b47b451357eac682cea6c2f8591238250e5 Mon Sep 17 00:00:00 2001 From: Oleksii Holub Date: Fri, 7 Dec 2018 17:05:17 +0200 Subject: [PATCH] Add some tooltips --- .../Views/Dialogs/ExportSetupView.xaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/DiscordChatExporter.Gui/Views/Dialogs/ExportSetupView.xaml b/DiscordChatExporter.Gui/Views/Dialogs/ExportSetupView.xaml index 21a3a03..115ca4d 100644 --- a/DiscordChatExporter.Gui/Views/Dialogs/ExportSetupView.xaml +++ b/DiscordChatExporter.Gui/Views/Dialogs/ExportSetupView.xaml @@ -57,7 +57,7 @@ + SelectedDate="{Binding From}" + ToolTip="If this is set, only messages sent after this date will be exported" /> + SelectedDate="{Binding To}" + ToolTip="If this is set, only messages sent before this date will be exported" /> @@ -98,7 +100,8 @@ Margin="16,8" materialDesign:HintAssist.Hint="Messages per partition (optional)" materialDesign:HintAssist.IsFloating="True" - Text="{Binding PartitionLimit, TargetNullValue=''}" /> + Text="{Binding PartitionLimit, TargetNullValue=''}" + ToolTip="If this is set, the exported file will be split into multiple partitions, each containing no more than specified number of messages" />