Skip to content

Commit 6ca43bb

Browse files
committed
Merge pull request #54 from stic/master
Removing local namespace pointing to MaterialDesignThemes.MahApps.Themes
2 parents 3c78825 + 0b43faf commit 6ca43bb

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)