Index: Core/Gui/src/Core.Gui/Forms/MainWindow/MainWindow.xaml =================================================================== diff -u -ra8ed15d09ccec0a25a8406e85d72f1846b7d208d -rfffc0d65db83d902515b126f5b8d2fe026a242bf --- Core/Gui/src/Core.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision a8ed15d09ccec0a25a8406e85d72f1846b7d208d) +++ Core/Gui/src/Core.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision fffc0d65db83d902515b126f5b8d2fe026a242bf) @@ -31,7 +31,9 @@ xmlns:backstage="clr-namespace:Core.Gui.Forms.Backstage" xmlns:commands="clr-namespace:Core.Gui.Commands" mc:Ignorable="d" - Title="MainWindow" Height="768" Width="1024" + Title="MainWindow" + MinWidth="1366" + MinHeight="768" x:Name="Window" Icon="/Core.Gui;component\Resources/Riskeer.ico" ResizeMode="CanResizeWithGrip"