@@ -7,6 +7,11 @@
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
-
+ <Grid.RowDefinitions>
+ <RowDefinition Height="60"/>
+ <RowDefinition Height="*"/>
+ </Grid.RowDefinitions>
+
</Grid>
</Window>