Skip to content

Commit 0b43faf

Browse files
committed
Removing local namespace pointing to MaterialDesignThemes.MahApps.Themes
1 parent 3c78825 commit 0b43faf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3-
xmlns:local="clr-namespace:MaterialDesignThemes.MahApps.Themes">
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
43

54
</ResourceDictionary>

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.GridSplitter.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3-
xmlns:local="clr-namespace:MaterialDesignThemes.Wpf.Themes">
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
43
<Style x:Key="MaterialDesignGridSplitterPreview">
54
<Setter Property="Control.Template">
65
<Setter.Value>

0 commit comments

Comments
 (0)