Explorar o código

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

studio.vizual1@yandex.ru %!s(int64=3) %!d(string=hai) anos
pai
achega
f43e8eaf46
Modificáronse 1 ficheiros con 12 adicións e 1 borrados
  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>