Ver Fonte

Создана разметка главного окна

Grin há 1 ano atrás
pai
commit
e7dfe26e62
1 ficheiros alterados com 6 adições e 1 exclusões
  1. 6 1
      MainWindow.xaml

+ 6 - 1
MainWindow.xaml

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