From b40a88c4d35be7150fde9a5c00ec3b8074117248 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Wed, 15 Dec 2021 16:13:48 +0200 Subject: [PATCH] Add border to settings view too --- .../Views/Dialogs/MessageBoxView.xaml | 2 +- .../Views/Dialogs/SettingsView.xaml | 233 +++++++++--------- 2 files changed, 119 insertions(+), 116 deletions(-) diff --git a/DiscordChatExporter.Gui/Views/Dialogs/MessageBoxView.xaml b/DiscordChatExporter.Gui/Views/Dialogs/MessageBoxView.xaml index a4845ecb..a0ee348c 100644 --- a/DiscordChatExporter.Gui/Views/Dialogs/MessageBoxView.xaml +++ b/DiscordChatExporter.Gui/Views/Dialogs/MessageBoxView.xaml @@ -35,7 +35,7 @@ BorderThickness="0,1"> diff --git a/DiscordChatExporter.Gui/Views/Dialogs/SettingsView.xaml b/DiscordChatExporter.Gui/Views/Dialogs/SettingsView.xaml index 6520b19e..1609ce33 100644 --- a/DiscordChatExporter.Gui/Views/Dialogs/SettingsView.xaml +++ b/DiscordChatExporter.Gui/Views/Dialogs/SettingsView.xaml @@ -24,126 +24,129 @@ FontWeight="Light" Text="Settings" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Padding="0,8" + BorderBrush="{DynamicResource MaterialDesignDivider}" + BorderThickness="0,1"> + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + DockPanel.Dock="Right" + Text="{Binding DateFormat}" /> + + + + + + + + + + + + +