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">