Skip to content

Commit f0839cc

Browse files
authored
Merge pull request #491 from mgnslndh/issue-490
Issue 490
2 parents b1443b6 + a5bad59 commit f0839cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MahMaterialDragablzMashUp/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:dragablz="clr-namespace:Dragablz;assembly=Dragablz"
66
xmlns:mahMaterialDragablzMashUp="clr-namespace:MahMaterialDragablzMashUp"
77
xmlns:dockablz="clr-namespace:Dragablz.Dockablz;assembly=Dragablz"
8-
xmlns:wpf="http://materialdesigninxaml.net/winfx/xaml/themes"
8+
xmlns:wpf="http://materialdesigninxaml.net/winfx/xaml/themes"
99
WindowTransitionsEnabled="False"
1010
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
1111
Background="{DynamicResource MaterialDesignPaper}"
@@ -14,7 +14,7 @@
1414
Title="Material-MahApps-Dragablz Mash Up" Height="640" Width="800">
1515
<controls:MetroWindow.Flyouts>
1616
<controls:FlyoutsControl>
17-
<controls:Flyout x:Name="LeftFlyout" Position="Left" Header="Settings">
17+
<controls:Flyout x:Name="LeftFlyout" Position="Left" Header="Settings" wpf:FlyoutAssist.HeaderColorMode="Accent">
1818
<mahMaterialDragablzMashUp:FlyoutContent />
1919
</controls:Flyout>
2020
</controls:FlyoutsControl>

MaterialDesignThemes.MahApps/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Runtime.CompilerServices;
44
using System.Runtime.InteropServices;
55
using System.Windows;
6+
using System.Windows.Markup;
67

78
// General Information about an assembly is controlled through the following
89
// set of attributes. Change these attribute values to modify the information
@@ -53,3 +54,4 @@
5354
// [assembly: AssemblyVersion("1.0.*")]
5455
[assembly: AssemblyVersion("0.0.6")]
5556
[assembly: AssemblyFileVersion("0.0.6")]
57+
[assembly: XmlnsDefinition("http://materialdesigninxaml.net/winfx/xaml/themes", "MaterialDesignThemes.MahApps")]

0 commit comments

Comments
 (0)