From dbb7561a29a7453e2406a288ec46d0305d09a835 Mon Sep 17 00:00:00 2001 From: Ionite Date: Wed, 31 May 2023 22:02:12 -0400 Subject: [PATCH] Use appearance on buttons instead of static color --- StabilityMatrix/InstallerWindow.xaml | 225 +++++++++++++----------- StabilityMatrix/LaunchPage.xaml | 4 +- StabilityMatrix/PackageManagerPage.xaml | 6 +- 3 files changed, 131 insertions(+), 104 deletions(-) diff --git a/StabilityMatrix/InstallerWindow.xaml b/StabilityMatrix/InstallerWindow.xaml index 397c3fee..d9d22672 100644 --- a/StabilityMatrix/InstallerWindow.xaml +++ b/StabilityMatrix/InstallerWindow.xaml @@ -7,46 +7,46 @@ Loaded="InstallPage_OnLoaded" Title="Stability Matrix - Installer" Width="1100" - d:DesignHeight="600" - d:DesignWidth="700" WindowBackdropType="Mica" d:DataContext="{d:DesignInstance Type=viewModels:InstallerViewModel, IsDesignTimeCreatable=True}" + d:DesignHeight="600" + d:DesignWidth="700" mc:Ignorable="d" x:Class="StabilityMatrix.InstallerWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:api="clr-namespace:StabilityMatrix.Models.Api" + xmlns:converters="clr-namespace:StabilityMatrix.Converters" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:StabilityMatrix" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" xmlns:models="clr-namespace:StabilityMatrix.Models" + xmlns:system="clr-namespace:System;assembly=System.Runtime" + xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" xmlns:viewModels="clr-namespace:StabilityMatrix.ViewModels" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:xaml="clr-namespace:Markdown.Xaml;assembly=Markdown.Xaml" - xmlns:api="clr-namespace:StabilityMatrix.Models.Api" - xmlns:system="clr-namespace:System;assembly=System.Runtime" - xmlns:converters="clr-namespace:StabilityMatrix.Converters"> - + xmlns:xaml="clr-namespace:Markdown.Xaml;assembly=Markdown.Xaml"> + - - + + - - - - - + + + + + @@ -55,32 +55,40 @@ - + - + - - + + - - - + + + - +