Commit 69bc59cb authored by 潘栩锋's avatar 潘栩锋 🚴

修改 定点图样式

parent 88d6dc06
......@@ -72,9 +72,7 @@
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<Grid
HorizontalAlignment="Left" >
<Viewbox MaxHeight="{StaticResource GraphInfo2RowMaxHeight}" Margin="{StaticResource ControlMargin}">
<Viewbox MaxHeight="{StaticResource GraphInfo2RowMaxHeight}" Margin="{StaticResource ControlMargin}" HorizontalAlignment="Left" >
<StackPanel>
<StackPanel Orientation="Horizontal" >
<StackPanel Orientation="Horizontal" Margin="{StaticResource TextMargin}">
......@@ -99,7 +97,6 @@
</StackPanel>
</StackPanel>
</Viewbox>
</Grid>
<StackPanel Orientation="Horizontal" Grid.Column="1" >
<Button Style="{StaticResource Styles.Button.Icon.Rectangle}" Command="{Binding ClearCmd}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment