瀏覽代碼

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

studio.vizual1@yandex.ru 3 年之前
父節點
當前提交
f43e8eaf46
共有 1 個文件被更改,包括 12 次插入1 次删除
  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>