Index: Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml =================================================================== diff -u -rccd59709df29d511c5d533a068955525d12197a2 -r7942f0626806a8075b1ea3808668a20e2df2b197 --- Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml (.../StartScreen.xaml) (revision ccd59709df29d511c5d533a068955525d12197a2) +++ Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml (.../StartScreen.xaml) (revision 7942f0626806a8075b1ea3808668a20e2df2b197) @@ -27,11 +27,13 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:metro="http://metro.mahapps.com/winfx/xaml/controls" xmlns:properties="clr-namespace:Core.Gui.Properties" + xmlns:mainWindow="clr-namespace:Core.Gui.Forms.MainWindow" mc:Ignorable="d" MinWidth="1366" MinHeight="768" Width="1366" - Height="768"> + Height="768" + d:DataContext="{d:DesignInstance IsDesignTimeCreatable=False, Type={x:Type mainWindow:StartScreenViewModel}}"> @@ -119,7 +121,7 @@ - + @@ -141,6 +143,7 @@ Orientation="Horizontal" DockPanel.Dock="Left">