diff --git a/MainWindowResources.xaml b/MainWindowResources.xaml index 66cb65c..8deafc8 100644 --- a/MainWindowResources.xaml +++ b/MainWindowResources.xaml @@ -7,9 +7,6 @@ This resource dictionary is used by the MainWindow. xmlns:vm="clr-namespace:TradeBlotter.ViewModels" xmlns:vw="clr-namespace:TradeBlotter.Views" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" - xmlns:dock="http://schemas.xceed.com/wpf/xaml/avalondock" - xmlns:dockctrl="clr-namespace:Xceed.Wpf.AvalonDock.Controls;assembly=Xceed.Wpf.AvalonDock" - xmlns:dockdht="clr-namespace:Xceed.Wpf.AvalonDock.DocumentHeaderTemplate;assembly=Xceed.Wpf.AvalonDock" > @@ -284,7 +281,11 @@ This resource dictionary is used by the MainWindow. ItemsSource="{Binding}" ItemTemplate="{StaticResource ClosableTabItemTemplate}" Margin="4"> - - + + + + \ No newline at end of file