From 0418f77ea578f4463d4719cb0f2d0c8ec46f363a Mon Sep 17 00:00:00 2001 From: Ed Harvey Date: Tue, 13 Dec 2011 11:00:13 +1100 Subject: [PATCH] Fit and finish: improved layout and styling --- ILSpy/MainWindow.xaml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/ILSpy/MainWindow.xaml b/ILSpy/MainWindow.xaml index d7db5dcb6..9040c7409 100644 --- a/ILSpy/MainWindow.xaml +++ b/ILSpy/MainWindow.xaml @@ -11,7 +11,9 @@ UseLayoutRounding="True" TextOptions.TextFormattingMode="Display" FocusManager.FocusedElement="{Binding ElementName=treeView}" -> + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" d:DesignHeight="500" d:DesignWidth="500" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" + > @@ -52,7 +54,7 @@ + DockPanel.Dock="Top" ToolBarTray.IsLocked="True">