From 893febdf0038b32e77231e9c0d5addc44c627040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Mon, 7 Aug 2017 15:08:38 +0200 Subject: [PATCH] Fixed error when attempting to close and subsequently re-open the log window and added new notification icon. --- .../Controls/NotificationIcon.xaml | 2 +- .../Images/LogNotification.ico | Bin 106393 -> 93319 bytes SafeExamBrowser.UserInterface/LogWindow.xaml | 2 +- .../LogWindow.xaml.cs | 32 ++++++++++++------ .../UserInterfaceFactory.cs | 4 +-- 5 files changed, 25 insertions(+), 15 deletions(-) diff --git a/SafeExamBrowser.UserInterface/Controls/NotificationIcon.xaml b/SafeExamBrowser.UserInterface/Controls/NotificationIcon.xaml index 8d783f52..81c32bde 100644 --- a/SafeExamBrowser.UserInterface/Controls/NotificationIcon.xaml +++ b/SafeExamBrowser.UserInterface/Controls/NotificationIcon.xaml @@ -5,7 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:SafeExamBrowser.UserInterface.Controls" mc:Ignorable="d" - d:DesignHeight="16" d:DesignWidth="16"> + d:DesignHeight="16" d:DesignWidth="16" Margin="5,0">