diff --git a/.gitignore b/.gitignore index 0f5eeee..fcddec0 100644 --- a/.gitignore +++ b/.gitignore @@ -355,3 +355,4 @@ MigrationBackup/ # Jetbrains IDEs database .idea/ +project/user/launcher diff --git a/project/Aki.Launcher/Views/LoginView.axaml b/project/Aki.Launcher/Views/LoginView.axaml index 52a67da..d211e23 100644 --- a/project/Aki.Launcher/Views/LoginView.axaml +++ b/project/Aki.Launcher/Views/LoginView.axaml @@ -24,7 +24,8 @@ Command="{Binding $parent[ItemsControl].DataContext.LoginProfileCommand}" CommandParameter="{Binding Username}" > - + + @@ -66,17 +67,19 @@ Foreground="{StaticResource AKI_Brush_DarkGrayBlue}" /> - - diff --git a/project/Aki.Launcher/Views/MainWindow.axaml b/project/Aki.Launcher/Views/MainWindow.axaml index b593bf3..27d282a 100644 --- a/project/Aki.Launcher/Views/MainWindow.axaml +++ b/project/Aki.Launcher/Views/MainWindow.axaml @@ -12,7 +12,8 @@ x:Class="Aki.Launcher.Views.MainWindow" Icon="/Assets/icon.ico" Title="Aki.Launcher" - Height="450" Width="750" + MinHeight="450" MinWidth="800" + Height="450" Width="800" WindowStartupLocation="CenterScreen" ExtendClientAreaToDecorationsHint="True" ExtendClientAreaChromeHints="NoChrome"