From 8516c9bdd977916ae1eda17837aafe7d74586fc1 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Mon, 18 Mar 2013 16:42:44 +0000 Subject: [PATCH] Make snippet compiler main window bigger. --- .../SharpSnippetCompiler/SharpSnippetCompiler/MainWindow.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/SharpSnippetCompiler/SharpSnippetCompiler/MainWindow.xaml b/samples/SharpSnippetCompiler/SharpSnippetCompiler/MainWindow.xaml index 100793385f..14de7f2a42 100644 --- a/samples/SharpSnippetCompiler/SharpSnippetCompiler/MainWindow.xaml +++ b/samples/SharpSnippetCompiler/SharpSnippetCompiler/MainWindow.xaml @@ -5,8 +5,8 @@ xmlns:snippet="clr-namespace:ICSharpCode.SharpSnippetCompiler" DataContext="{x:Static snippet:ViewModels.MainViewModel}" Title="Sharp Snippet Compiler" - Height="480" - Width="640"> + Height="768" + Width="1024">