From 38c3f6c8ed6e0b0914f964b9a43089644190a877 Mon Sep 17 00:00:00 2001 From: "Matthew Parker [SSW]" <61717342+MattParkerDev@users.noreply.github.com> Date: Tue, 21 May 2024 19:12:32 +1000 Subject: [PATCH] update default window height --- DotNetSolutionTools.App/Views/MainWindow.axaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"