diff --git a/DotNetSolutionTools.App/Views/MainWindow.axaml b/DotNetSolutionTools.App/Views/MainWindow.axaml index 56bc704..19fc524 100644 --- a/DotNetSolutionTools.App/Views/MainWindow.axaml +++ b/DotNetSolutionTools.App/Views/MainWindow.axaml @@ -3,8 +3,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:viewModels="clr-namespace:DotNetSolutionTools.App.ViewModels" - mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="550" - Width="800" Height="550" + mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="650" + Width="800" Height="650" x:Class="DotNetSolutionTools.App.Views.MainWindow" x:DataType="viewModels:MainWindowViewModel" Icon="/Assets/avalonia-logo.ico"