ui/winui/App.xaml

branch
newapi
changeset 211
5d71a36b833b
parent 205
b1ac0dd1d38b
--- a/ui/winui/App.xaml	Thu Oct 12 13:51:44 2023 +0200
+++ b/ui/winui/App.xaml	Thu Oct 12 13:52:18 2023 +0200
@@ -11,6 +11,8 @@
                 <!-- Other merged dictionaries here -->
             </ResourceDictionary.MergedDictionaries>
             <!-- Other app resources here -->
+            <SolidColorBrush x:Key="WindowCaptionBackground">Transparent</SolidColorBrush>
+            <SolidColorBrush x:Key="WindowCaptionBackgroundDisabled">Transparent</SolidColorBrush>
         </ResourceDictionary>
     </Application.Resources>
 </Application>

mercurial