Sfoglia il codice sorgente

Был изменен размер окна

studio.vizual1@yandex.ru 3 anni fa
parent
commit
f43e8eaf46
1 ha cambiato i file con 12 aggiunte e 1 eliminazioni
  1. 12 1
      MainWindow.xaml

+ 12 - 1
MainWindow.xaml

@@ -6,5 +6,16 @@
         xmlns:local="clr-namespace:WPF"
         mc:Ignorable="d"
         Title="MainWindow" Height="450" Width="800">
-    <Grid Margin="0,0,23,0"/>
+    <Grid>
+        <Grid.RowDefinitions>
+            <RowDefinition Height="*"/>
+            <RowDefinition Height="235"/>
+            <RowDefinition Height="*"/>
+        </Grid.RowDefinitions>
+        <Grid.ColumnDefinitions>
+            <ColumnDefinition Width="*"/>
+            <ColumnDefinition Width="295"/>
+            <ColumnDefinition Width="*"/>
+        </Grid.ColumnDefinitions>
+    </Grid>
 </Window>