From 5aa04ec9fa7242166d7b640f41dfccf8118a2cbe Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 14 Mar 2024 02:52:24 -0600 Subject: [PATCH] TopPanel: Add support for ThemeExtras navigation buttons --- source/Constants.xaml | 1 + source/CustomControls/TopPanelItem.xaml | 63 +++++++++++++++++++++++++ source/Views/TopPanel.xaml | 12 ++++- source/thememodifier.yaml | 2 + 4 files changed, 77 insertions(+), 1 deletion(-) diff --git a/source/Constants.xaml b/source/Constants.xaml index d43070c..6292e7a 100644 --- a/source/Constants.xaml +++ b/source/Constants.xaml @@ -37,6 +37,7 @@ 10 11 True + True 0.5 diff --git a/source/CustomControls/TopPanelItem.xaml b/source/CustomControls/TopPanelItem.xaml index 60449ac..afd9170 100644 --- a/source/CustomControls/TopPanelItem.xaml +++ b/source/CustomControls/TopPanelItem.xaml @@ -48,4 +48,67 @@ + + + + \ No newline at end of file diff --git a/source/Views/TopPanel.xaml b/source/Views/TopPanel.xaml index 059e599..11750a8 100644 --- a/source/Views/TopPanel.xaml +++ b/source/Views/TopPanel.xaml @@ -206,7 +206,6 @@ Height="40" RenderOptions.BitmapScalingMode="Fant" Margin="10,0,5,0"/> - @@ -225,6 +224,17 @@ Width="250" /> + + +