From 67f0fdd1f436a38a30b0e852bda945b9c6bc5fb4 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Tue, 25 Jul 2023 21:31:11 +0100 Subject: [PATCH] Add back mica for the Fluent dialog style The Children Yearn For The Mica --- .../UI/Elements/Bootstrapper/FluentDialog.xaml | 6 +++++- .../UI/Elements/Bootstrapper/FluentDialog.xaml.cs | 2 +- .../Bootstrapper/FluentDialogViewModel.cs | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 Bloxstrap/UI/ViewModels/Bootstrapper/FluentDialogViewModel.cs diff --git a/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml b/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml index bbcc4a0..374a823 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml +++ b/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml @@ -11,6 +11,7 @@ ResizeMode="NoResize" Background="{ui:ThemeResource ApplicationBackgroundBrush}" ExtendsContentIntoTitleBar="True" + WindowBackdropType="Mica" WindowStartupLocation="CenterScreen"> @@ -37,7 +38,10 @@ - + + + +