|
|
@@ -22,7 +22,7 @@
|
|
|
<TextBlock Text="菜单" HorizontalAlignment="Center" Foreground="White" />
|
|
|
</StackPanel>
|
|
|
</Button>
|
|
|
- <StackPanel Margin="55,0,0,0" x:Name="HeardPanel" Orientation="Horizontal">
|
|
|
+ <StackPanel Grid.Column="1" x:Name="HeardPanel" Orientation="Horizontal">
|
|
|
<Button x:Name="DeepObjectDetectBtn" Width="55" HorizontalAlignment="Left" Click="DeepObjectDetectBtn_Click" Background="{x:Null}" Height="65">
|
|
|
<StackPanel>
|
|
|
<Image Source="/FromImage/菜单_白.png" Stretch="Fill" HorizontalAlignment="Center" Width="45"/>
|