From 88faf4cafd2f0fc2666d1d04a7160694f55ff4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Wed, 14 Jul 2021 11:50:03 +0200 Subject: [PATCH] SEBWIN-498: Made proctoring window bigger. --- .../Windows/ProctoringWindow.xaml | 2 +- .../Windows/ProctoringWindow.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml b/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml index 69ccc6e4..443ff6aa 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml @@ -4,5 +4,5 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:SafeExamBrowser.UserInterface.Desktop.Windows" - mc:Ignorable="d" Height="350" Width="450" MinHeight="250" MinWidth="250" Topmost="True" WindowStyle="ToolWindow"> + mc:Ignorable="d" Height="550" Width="650" MinHeight="250" MinWidth="250" Topmost="True" WindowStyle="ToolWindow"> diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml b/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml index b3bae33d..18918e36 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml @@ -4,5 +4,5 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:SafeExamBrowser.UserInterface.Mobile.Windows" - mc:Ignorable="d" Height="350" Width="450" MinHeight="250" MinWidth="250" Topmost="True" WindowStyle="ToolWindow"> + mc:Ignorable="d" Height="550" Width="650" MinHeight="250" MinWidth="250" Topmost="True" WindowStyle="ToolWindow">