Skip to content

Commit 3dd8766

Browse files
committed
fixed broken namespaces in XAML (wtf R#?)
1 parent a69f44c commit 3dd8766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RetailCoder.VBE/UI/Controls/GroupingGrid/GroupingGrid.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6-
xmlns:local="clr-namespace:Rubberduck.Controls"
6+
xmlns:local="clr-namespace:Rubberduck.UI.Controls"
77
mc:Ignorable="d"
88
d:DesignHeight="300" d:DesignWidth="300">
99
<DataGrid.Resources>

RetailCoder.VBE/UI/ToDoItems/ToDoExplorerControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:resx="clr-namespace:Rubberduck.UI"
77
xmlns:toDoItems="clr-namespace:Rubberduck.UI.ToDoItems"
8-
xmlns:controls="clr-namespace:Rubberduck.Controls"
8+
xmlns:controls="clr-namespace:Rubberduck.UI.Controls"
99
xmlns:groupingGrid="clr-namespace:Rubberduck.UI.Controls.GroupingGrid"
1010
mc:Ignorable="d"
1111
d:DesignHeight="300" d:DesignWidth="300" d:DataContext="{d:DesignInstance toDoItems:ToDoExplorerViewModel, IsDesignTimeCreatable=False}">

0 commit comments

Comments
 (0)