smirka 1 年之前
父節點
當前提交
3f0221f0f8
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      MainWindow.xaml

+ 4 - 0
MainWindow.xaml

@@ -7,6 +7,10 @@
         mc:Ignorable="d"
         Title="MainWindow" Height="450" Width="800">
     <Grid>
+        <Grid.ColumnDefinitions>
+            <ColumnDefinition Width="43*"/>
+            <ColumnDefinition Width="155*"/>
+        </Grid.ColumnDefinitions>
         <Grid.RowDefinitions>
             <RowDefinition Height="60"/>
             <RowDefinition Height="*"/>