Commit 8871df8a authored by 潘栩锋's avatar 潘栩锋 🚴

修复 吹膜测厚仪左上角的厚度值,没有保存2位小数

parent a15003db
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<TextBlock Style="{StaticResource Styles.Module.Text.ItemValue}" <TextBlock Style="{StaticResource Styles.Module.Text.ItemValue}"
Foreground="{StaticResource Brushes.TitleBar.Foreground}" Foreground="{StaticResource Brushes.TitleBar.Foreground}"
TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center"
Text="{Binding Thk}" /> Text="{Binding Thk,StringFormat={}{0:F2}}" />
</Viewbox> </Viewbox>
<TextBlock Style="{StaticResource Styles.Module.Text.ItemValue.Unit}" <TextBlock Style="{StaticResource Styles.Module.Text.ItemValue.Unit}"
Foreground="{StaticResource Brushes.TitleBar.Foreground}" Foreground="{StaticResource Brushes.TitleBar.Foreground}"
......
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