From b80863c7aa25500f79bb1fb6a9e5a01d156f3f7b Mon Sep 17 00:00:00 2001 From: dbuechel Date: Fri, 11 Aug 2017 15:40:55 +0200 Subject: [PATCH] Increased default width of log window. --- SafeExamBrowser.UserInterface/LogWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SafeExamBrowser.UserInterface/LogWindow.xaml b/SafeExamBrowser.UserInterface/LogWindow.xaml index b0423e8a..8a3f0a15 100644 --- a/SafeExamBrowser.UserInterface/LogWindow.xaml +++ b/SafeExamBrowser.UserInterface/LogWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:SafeExamBrowser.UserInterface" mc:Ignorable="d" - Title="{Binding Path=WindowTitle}" Height="500" Width="1000" MinHeight="350" MinWidth="350" WindowStartupLocation="CenterScreen" + Title="{Binding Path=WindowTitle}" Height="500" Width="1100" MinHeight="350" MinWidth="350" WindowStartupLocation="CenterScreen" Icon="./Images/LogNotification.ico">