From 4fd003cfdddbbfc5f2dbadce476b65f51101aadc Mon Sep 17 00:00:00 2001 From: adroslice Date: Wed, 13 Nov 2019 21:22:36 +0100 Subject: [PATCH] Create Basic Layout --- BFR/MainWindow.xaml | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/BFR/MainWindow.xaml b/BFR/MainWindow.xaml index a2cc739..254f90e 100644 --- a/BFR/MainWindow.xaml +++ b/BFR/MainWindow.xaml @@ -2,8 +2,43 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" + mc:Ignorable="d" MinWidth="720" MinHeight="480" x:Class="BFR.MainWindow" Title="BFR"> - Welcome to Avalonia! + + + + +