From bb4c535244710f596904cd4a3c46ef50bf13992b Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Tue, 26 Mar 2024 16:11:14 -0400 Subject: [PATCH] new update control WIP --- .idea/.idea.SPTInstaller/.idea/avalonia.xml | 2 ++ SPTInstaller/App.axaml | 2 ++ SPTInstaller/Assets/Styles.axaml | 12 ++++----- .../CustomControls/PreCheckItem.axaml | 3 +-- .../CustomControls/UpdateButton.axaml | 27 +++++++++++++++++++ .../CustomControls/UpdateButton.axaml.cs | 24 +++++++++++++++++ SPTInstaller/SPTInstaller.csproj | 4 +-- SPTInstaller/Views/PreChecksView.axaml | 26 ++++++++++-------- 8 files changed, 78 insertions(+), 22 deletions(-) create mode 100644 SPTInstaller/CustomControls/UpdateButton.axaml create mode 100644 SPTInstaller/CustomControls/UpdateButton.axaml.cs diff --git a/.idea/.idea.SPTInstaller/.idea/avalonia.xml b/.idea/.idea.SPTInstaller/.idea/avalonia.xml index 29981b3..1ff4164 100644 --- a/.idea/.idea.SPTInstaller/.idea/avalonia.xml +++ b/.idea/.idea.SPTInstaller/.idea/avalonia.xml @@ -8,10 +8,12 @@ + + diff --git a/SPTInstaller/App.axaml b/SPTInstaller/App.axaml index 1f4245f..1c0a3d8 100644 --- a/SPTInstaller/App.axaml +++ b/SPTInstaller/App.axaml @@ -21,6 +21,7 @@ #FFFFFF #282828 #323947 + #444259 @@ -28,6 +29,7 @@ + diff --git a/SPTInstaller/Assets/Styles.axaml b/SPTInstaller/Assets/Styles.axaml index 35af7af..ce89e48 100644 --- a/SPTInstaller/Assets/Styles.axaml +++ b/SPTInstaller/Assets/Styles.axaml @@ -123,16 +123,13 @@ - - @@ -159,6 +156,7 @@ diff --git a/SPTInstaller/CustomControls/PreCheckItem.axaml b/SPTInstaller/CustomControls/PreCheckItem.axaml index 95f6c6d..3808760 100644 --- a/SPTInstaller/CustomControls/PreCheckItem.axaml +++ b/SPTInstaller/CustomControls/PreCheckItem.axaml @@ -38,8 +38,7 @@ diff --git a/SPTInstaller/CustomControls/UpdateButton.axaml b/SPTInstaller/CustomControls/UpdateButton.axaml new file mode 100644 index 0000000..8e73bbb --- /dev/null +++ b/SPTInstaller/CustomControls/UpdateButton.axaml @@ -0,0 +1,27 @@ + + + + + + + + + - + + + + + + + + + + + + + +