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

修改 定点图样式

parent 88d6dc06
...@@ -72,9 +72,7 @@ ...@@ -72,9 +72,7 @@
<ColumnDefinition/> <ColumnDefinition/>
<ColumnDefinition Width="auto"/> <ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
<Grid <Viewbox MaxHeight="{StaticResource GraphInfo2RowMaxHeight}" Margin="{StaticResource ControlMargin}" HorizontalAlignment="Left" >
HorizontalAlignment="Left" >
<Viewbox MaxHeight="{StaticResource GraphInfo2RowMaxHeight}" Margin="{StaticResource ControlMargin}">
<StackPanel> <StackPanel>
<StackPanel Orientation="Horizontal" > <StackPanel Orientation="Horizontal" >
<StackPanel Orientation="Horizontal" Margin="{StaticResource TextMargin}"> <StackPanel Orientation="Horizontal" Margin="{StaticResource TextMargin}">
...@@ -99,7 +97,6 @@ ...@@ -99,7 +97,6 @@
</StackPanel> </StackPanel>
</StackPanel> </StackPanel>
</Viewbox> </Viewbox>
</Grid>
<StackPanel Orientation="Horizontal" Grid.Column="1" > <StackPanel Orientation="Horizontal" Grid.Column="1" >
<Button Style="{StaticResource Styles.Button.Icon.Rectangle}" Command="{Binding ClearCmd}"> <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