From 807279389886f589dbe1d273c02f3fed1712f680 Mon Sep 17 00:00:00 2001 From: Krzysztof Lorenc Date: Wed, 17 Apr 2019 13:06:49 +0200 Subject: [PATCH] Change of configuration window title. --- src/Soloplan.WhatsON.GUI/Config/View/ConfigWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Soloplan.WhatsON.GUI/Config/View/ConfigWindow.xaml b/src/Soloplan.WhatsON.GUI/Config/View/ConfigWindow.xaml index 1b05b9c..e676128 100644 --- a/src/Soloplan.WhatsON.GUI/Config/View/ConfigWindow.xaml +++ b/src/Soloplan.WhatsON.GUI/Config/View/ConfigWindow.xaml @@ -9,7 +9,7 @@ xmlns:properties="clr-namespace:Soloplan.WhatsON.GUI.Properties" x:Class="Soloplan.WhatsON.GUI.Config.View.ConfigWindow" mc:Ignorable="d" - Title="ConfigWindow" Height="524.051" Width="852.251" MinWidth="550" + Title="Configuration" Height="524.051" Width="852.251" MinWidth="550" TextElement.Foreground="{DynamicResource MaterialDesignBody}" Background="{DynamicResource MaterialDesignPaper}" TextElement.FontWeight="Medium"