Skip to content

Commit c4c584c

Browse files
Shouldn't need to define a class if there is no code-behind
1 parent c48ce91 commit c4c584c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

RetailCoder.VBE/UI/Controls/ToolBar.xaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<ResourceDictionary x:Class="Rubberduck.UI.Toolbar"
2-
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4-
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
5-
xmlns:codeInspections="clr-namespace:Rubberduck.UI.Inspections">
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3+
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
4+
xmlns:converters="clr-namespace:Rubberduck.UI.Converters">
65

76
<BooleanToVisibilityConverter x:Key="BoolToVisibility"/>
87

0 commit comments

Comments
 (0)