diff --git a/SPTInstaller/App.axaml b/SPTInstaller/App.axaml index 7070221..94f1bf0 100644 --- a/SPTInstaller/App.axaml +++ b/SPTInstaller/App.axaml @@ -1,13 +1,14 @@  + x:Class="SPTInstaller.App" + RequestedThemeVariant="Light"> - + diff --git a/SPTInstaller/CustomControls/DetailedPreCheckItem.axaml b/SPTInstaller/CustomControls/DetailedPreCheckItem.axaml index 0dd4b5e..de346ee 100644 --- a/SPTInstaller/CustomControls/DetailedPreCheckItem.axaml +++ b/SPTInstaller/CustomControls/DetailedPreCheckItem.axaml @@ -14,7 +14,7 @@ - + diff --git a/SPTInstaller/CustomControls/PreCheckItem.axaml b/SPTInstaller/CustomControls/PreCheckItem.axaml index 332f0b9..98fce28 100644 --- a/SPTInstaller/CustomControls/PreCheckItem.axaml +++ b/SPTInstaller/CustomControls/PreCheckItem.axaml @@ -14,7 +14,7 @@ - + diff --git a/SPTInstaller/CustomControls/ProgressableTaskItem.axaml b/SPTInstaller/CustomControls/ProgressableTaskItem.axaml index 844a74f..b96ece5 100644 --- a/SPTInstaller/CustomControls/ProgressableTaskItem.axaml +++ b/SPTInstaller/CustomControls/ProgressableTaskItem.axaml @@ -1,4 +1,4 @@ - - + diff --git a/SPTInstaller/CustomControls/ProgressableTaskList.axaml b/SPTInstaller/CustomControls/ProgressableTaskList.axaml index 1489244..5ca8c06 100644 --- a/SPTInstaller/CustomControls/ProgressableTaskList.axaml +++ b/SPTInstaller/CustomControls/ProgressableTaskList.axaml @@ -1,4 +1,4 @@ - - - - - - + - - - - - - + + + + + + + + - - - + + + + diff --git a/SPTInstaller/CustomControls/ProgressableTaskList.axaml.cs b/SPTInstaller/CustomControls/ProgressableTaskList.axaml.cs index d725dac..6d85212 100644 --- a/SPTInstaller/CustomControls/ProgressableTaskList.axaml.cs +++ b/SPTInstaller/CustomControls/ProgressableTaskList.axaml.cs @@ -1,4 +1,4 @@ -using Avalonia; +using Avalonia; using Avalonia.Controls; using Avalonia.Media; using Avalonia.Threading; diff --git a/SPTInstaller/SPTInstaller.csproj b/SPTInstaller/SPTInstaller.csproj index eb0fe88..b425c08 100644 --- a/SPTInstaller/SPTInstaller.csproj +++ b/SPTInstaller/SPTInstaller.csproj @@ -9,8 +9,8 @@ icon.ico Assets\icon.ico Debug;Release;TEST - 2.8 - 2.8 + 2.9 + 2.9 @@ -30,16 +30,17 @@ - - - - + + + + + - + diff --git a/SPTInstaller/ViewLocator.cs b/SPTInstaller/ViewLocator.cs index f33e897..bd12a8b 100644 --- a/SPTInstaller/ViewLocator.cs +++ b/SPTInstaller/ViewLocator.cs @@ -1,4 +1,4 @@ -using Avalonia.Controls; +using Avalonia.Controls; using Avalonia.Controls.Templates; using SPTInstaller.ViewModels; @@ -6,7 +6,7 @@ namespace SPTInstaller; public class ViewLocator : IDataTemplate { - public IControl Build(object data) + public Control Build(object data) { var name = data.GetType().FullName!.Replace("ViewModel", "View"); var type = Type.GetType(name); diff --git a/SPTInstaller/Views/DetailedPreChecksView.axaml b/SPTInstaller/Views/DetailedPreChecksView.axaml index 69057c7..db78307 100644 --- a/SPTInstaller/Views/DetailedPreChecksView.axaml +++ b/SPTInstaller/Views/DetailedPreChecksView.axaml @@ -30,7 +30,7 @@ /> - + diff --git a/SPTInstaller/Views/MainWindow.axaml b/SPTInstaller/Views/MainWindow.axaml index 9c3d2ec..963c638 100644 --- a/SPTInstaller/Views/MainWindow.axaml +++ b/SPTInstaller/Views/MainWindow.axaml @@ -15,6 +15,7 @@ ExtendClientAreaChromeHints="NoChrome" ExtendClientAreaTitleBarHeightHint="-1" Background="{StaticResource AKI_Background_Light}" + MinWidth="800" MinHeight="400" > diff --git a/SPTInstaller/Views/PreChecksView.axaml b/SPTInstaller/Views/PreChecksView.axaml index 54fccc8..6dc74a3 100644 --- a/SPTInstaller/Views/PreChecksView.axaml +++ b/SPTInstaller/Views/PreChecksView.axaml @@ -27,7 +27,7 @@ Command="{Binding StartInstallCommand}" /> - +