From b4288bfa05a1737b53021f69848bf65f208c7779 Mon Sep 17 00:00:00 2001 From: "Matthew Parker [SSW]" <61717342+MattParkerDev@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:20:54 +1000 Subject: [PATCH] Default height --- DotNetSolutionTools.App/Views/MainWindow.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DotNetSolutionTools.App/Views/MainWindow.axaml b/DotNetSolutionTools.App/Views/MainWindow.axaml index 0ed141c..9004d12 100644 --- a/DotNetSolutionTools.App/Views/MainWindow.axaml +++ b/DotNetSolutionTools.App/Views/MainWindow.axaml @@ -4,7 +4,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:viewModels="clr-namespace:DotNetSolutionTools.App.ViewModels" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" - Width="800" Height="450" + Width="800" Height="550" x:Class="DotNetSolutionTools.App.Views.MainWindow" x:DataType="viewModels:MainWindowViewModel" Icon="/Assets/avalonia-logo.ico"