From e81e3817c0a4b735da47e6c45529c6f88ed4d52f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 8 Feb 2021 21:27:18 -0500 Subject: Moved playback to backend; Menu; Size now matches --- Erable/Views/MainWindow.axaml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'Erable/Views/MainWindow.axaml') diff --git a/Erable/Views/MainWindow.axaml b/Erable/Views/MainWindow.axaml index 02d362a..de6c5b7 100644 --- a/Erable/Views/MainWindow.axaml +++ b/Erable/Views/MainWindow.axaml @@ -5,18 +5,31 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="Erable.Views.MainWindow" - Icon="/Assets/avalonia-logo.ico" + Width="800" + Height="450" + Icon="/Assets/erable.png" Title="Erable"> - + + + + + + + + + + + + - + - - + + -- cgit v1.2.3