修改PMHeaterView中Power的显示精度到十分位。

This commit is contained in:
DESKTOP-GPE37UV\THINKAPD 2022-12-07 14:26:08 +08:00
parent 1f1494a113
commit 09e78f2820
1 changed files with 3 additions and 3 deletions

View File

@ -278,7 +278,7 @@
BorderThickness="0,0,1,1">
<Label
HorizontalContentAlignment="Center"
Content="{Binding PSU1OutputPowerFeedBack}"
Content="{Binding PSU1OutputPowerFeedBack, StringFormat={}{0:F1}}"
FontSize="14" />
</Border>
<Border
@ -290,7 +290,7 @@
BorderThickness="0,0,1,1">
<Label
HorizontalContentAlignment="Center"
Content="{Binding PSU2OutputPowerFeedBack}"
Content="{Binding PSU2OutputPowerFeedBack, StringFormat={}{0:F1}}"
FontSize="14" />
</Border>
<Border
@ -302,7 +302,7 @@
BorderThickness="0,0,1,1">
<Label
HorizontalContentAlignment="Center"
Content="{Binding PSU3OutputPowerFeedBack}"
Content="{Binding PSU3OutputPowerFeedBack, StringFormat={}{0:F1}}"
FontSize="14" />
</Border>