From 2124a643de3b63c1e2eef692ac6d74c371020201 Mon Sep 17 00:00:00 2001 From: Nice3point Date: Sat, 2 Dec 2023 21:45:01 +0300 Subject: [PATCH] Merge fork --- RevitLookup.UI/Controls/Badge/Badge.xaml | 18 +---- .../Controls/CardColor/CardColor.xaml | 7 +- .../Controls/ComboBox/ComboBox.xaml | 7 +- .../Controls/Expander/Expander.xaml | 1 + .../NavigationView/NavigationCache.cs | 18 +++++ .../NavigationView/NavigationCacheMode.cs | 2 +- .../NavigationView.Navigation.cs | 69 ++++++++++++++----- .../NavigationView/NavigationViewTop.xaml | 4 +- RevitLookup.UI/Controls/TextBox/TextBox.xaml | 1 + .../Controls/TitleBar/TitleBar.xaml | 1 + .../Controls/ToggleButton/ToggleButton.xaml | 3 +- RevitLookup.UI/Interop/UnsafeNativeMethods.cs | 39 +++++++---- RevitLookup.UI/Interop/User32.cs | 15 ++-- RevitLookup.UI/Resources/Theme/Dark.xaml | 8 ++- RevitLookup.UI/Resources/Theme/HC1.xaml | 4 +- RevitLookup.UI/Resources/Theme/HC2.xaml | 4 +- RevitLookup.UI/Resources/Theme/HCBlack.xaml | 4 +- RevitLookup.UI/Resources/Theme/HCWhite.xaml | 4 +- RevitLookup.UI/Resources/Theme/Light.xaml | 8 ++- 19 files changed, 131 insertions(+), 86 deletions(-) diff --git a/RevitLookup.UI/Controls/Badge/Badge.xaml b/RevitLookup.UI/Controls/Badge/Badge.xaml index 4d2d1544c..d1f1271fc 100644 --- a/RevitLookup.UI/Controls/Badge/Badge.xaml +++ b/RevitLookup.UI/Controls/Badge/Badge.xaml @@ -11,16 +11,8 @@ xmlns:controls="clr-namespace:Wpf.Ui.Controls">