diff --git a/llcomNext/LLCOM/LLCOM.csproj b/llcomNext/LLCOM/LLCOM.csproj index ff4617f..e6bedb1 100644 --- a/llcomNext/LLCOM/LLCOM.csproj +++ b/llcomNext/LLCOM/LLCOM.csproj @@ -6,6 +6,7 @@ true app.manifest true + Assets\llcom-logo.ico @@ -13,6 +14,10 @@ + + + + diff --git a/llcomNext/LLCOM/Views/MainWindow.axaml b/llcomNext/LLCOM/Views/MainWindow.axaml index 35ca03f..c73f16b 100644 --- a/llcomNext/LLCOM/Views/MainWindow.axaml +++ b/llcomNext/LLCOM/Views/MainWindow.axaml @@ -5,11 +5,12 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="using:LLCOM.ViewModels" - Title="LLCOM" + Title="LLCOM - Next" d:DesignHeight="450" d:DesignWidth="800" x:DataType="vm:MainWindowViewModel" Icon="/Assets/llcom-logo.ico" + WindowStartupLocation="CenterScreen" mc:Ignorable="d">