Browse Source

Make snippet compiler main window bigger.

pull/39/merge
Matt Ward 12 years ago
parent
commit
8516c9bdd9
  1. 4
      samples/SharpSnippetCompiler/SharpSnippetCompiler/MainWindow.xaml

4
samples/SharpSnippetCompiler/SharpSnippetCompiler/MainWindow.xaml

@ -5,8 +5,8 @@ @@ -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">
<Window.InputBindings>
<KeyBinding

Loading…
Cancel
Save