|
|
@@ -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"
|