From 459149a5a4c21ca1a91a0c1b34a10c31571cd4df Mon Sep 17 00:00:00 2001 From: ProphetLamb Date: Sun, 21 Jun 2020 16:10:54 +0200 Subject: [PATCH] Auto height --- .../Controls/SessionCalendar/SessionCalendar.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CrossoutLogViewer.GUI/Controls/SessionCalendar/SessionCalendar.xaml b/CrossoutLogViewer.GUI/Controls/SessionCalendar/SessionCalendar.xaml index 850acc0..531614d 100644 --- a/CrossoutLogViewer.GUI/Controls/SessionCalendar/SessionCalendar.xaml +++ b/CrossoutLogViewer.GUI/Controls/SessionCalendar/SessionCalendar.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:CrossoutLogView.GUI.Controls.SessionCalendar" xmlns:IconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks" mc:Ignorable="d" - Height="398" + Height="auto" Width="610" d:DesignHeight="450" d:DesignWidth="800" Loaded="UserControl_Loaded">