wanghan 7 달 전
부모
커밋
0021633ede
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      TeamAAS-VM/Views/HomeView.xaml

+ 2 - 2
TeamAAS-VM/Views/HomeView.xaml

@@ -38,8 +38,8 @@
 
         <Grid Grid.Row="0">
             <Grid.RowDefinitions>
-                <RowDefinition Height="*" />
-                <RowDefinition Height="*" />
+                <RowDefinition Height="2*" />
+                <RowDefinition Height="1*" />
             </Grid.RowDefinitions>
             <!--图像-->
             <local:ShowVisionRender x:Name="visionRender"