From e53e6eb69bd661957289363a990c701c897cd28e Mon Sep 17 00:00:00 2001 From: TheXamlGuy Date: Sun, 4 Feb 2024 16:33:25 +0000 Subject: [PATCH] Add settings button --- Hyperbar.Windows/ApplicationBarView.xaml | 5 ++++- Hyperbar.Windows/SecondaryView.xaml | 2 +- Hyperbar.Windows/SettingsButtonView.xaml | 19 ++++++++++++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Hyperbar.Windows/ApplicationBarView.xaml b/Hyperbar.Windows/ApplicationBarView.xaml index e9fd547..7bc0306 100644 --- a/Hyperbar.Windows/ApplicationBarView.xaml +++ b/Hyperbar.Windows/ApplicationBarView.xaml @@ -15,7 +15,10 @@ 40 40 - + diff --git a/Hyperbar.Windows/SecondaryView.xaml b/Hyperbar.Windows/SecondaryView.xaml index c3ed12b..b99a1bc 100644 --- a/Hyperbar.Windows/SecondaryView.xaml +++ b/Hyperbar.Windows/SecondaryView.xaml @@ -4,7 +4,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:windows="using:Hyperbar.UI.Windows"> - + diff --git a/Hyperbar.Windows/SettingsButtonView.xaml b/Hyperbar.Windows/SettingsButtonView.xaml index 134ca6d..1a6782e 100644 --- a/Hyperbar.Windows/SettingsButtonView.xaml +++ b/Hyperbar.Windows/SettingsButtonView.xaml @@ -3,5 +3,22 @@ x:Class="Hyperbar.Windows.SettingsButtonView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> -