From 0273c2e2dcf2d12bf87bd5d26c56d5f4a8a3545f Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 14 Mar 2024 02:52:20 -0600 Subject: [PATCH] TopPanel: Add support for ThemeExtras navigation buttons --- source/Constants.xaml | 1 + source/CustomControls/TopPanelItem.xaml | 60 +++++++++++++++++++++++++ source/Views/TopPanel.xaml | 11 +++++ source/thememodifier.yaml | 2 + 4 files changed, 74 insertions(+) diff --git a/source/Constants.xaml b/source/Constants.xaml index b6b7316..c71d8db 100644 --- a/source/Constants.xaml +++ b/source/Constants.xaml @@ -38,6 +38,7 @@ 10 11 True + True diff --git a/source/CustomControls/TopPanelItem.xaml b/source/CustomControls/TopPanelItem.xaml index 0936021..7143e4c 100644 --- a/source/CustomControls/TopPanelItem.xaml +++ b/source/CustomControls/TopPanelItem.xaml @@ -46,4 +46,64 @@ + + + + + \ No newline at end of file diff --git a/source/Views/TopPanel.xaml b/source/Views/TopPanel.xaml index 0854407..476a4c0 100644 --- a/source/Views/TopPanel.xaml +++ b/source/Views/TopPanel.xaml @@ -217,6 +217,17 @@ WindowChrome.IsHitTestVisibleInChrome="True" MinWidth="120" Width="{Settings DetailsListWitdh}" /> + + + +