aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/PowerOffView.xaml
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-07-25 14:50:10 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-07-25 14:50:10 +0300
commitf4122102df68ce9be7eb76c41ef100e5c6f83f9f (patch)
tree3282a1a8992d24509a7f242d9a7ac42d650ed3de /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/PowerOffView.xaml
parentabbfd75f45b636c3976f6769bbdc4615d88b16f8 (diff)
downloadTango-f4122102df68ce9be7eb76c41ef100e5c6f83f9f.tar.gz
Tango-f4122102df68ce9be7eb76c41ef100e5c6f83f9f.zip
Power down progress bar value set to integer
Related Work Items: #8639
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/PowerOffView.xaml')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Views/PowerOffView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/PowerOffView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/PowerOffView.xaml
index b08aab298..1e864c7e3 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/PowerOffView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/PowerOffView.xaml
@@ -16,7 +16,7 @@
<Grid Margin="0 30 0 0">
<touch:TouchGifAnimation Source="/Images/power_off_2.gif" EnableAnimation="{Binding IsVisible}" HorizontalAlignment="Center" />
<TextBlock FontSize="{StaticResource TangoHeaderFontSize}" FontWeight="DemiBold" HorizontalAlignment="Center" Margin="0 50 0 0">
- <Run Text="{Binding Status.ProgressPercentage, TargetNullValue=0}"/>%
+ <Run Text="{Binding Status.ProgressPercentage, TargetNullValue=0, StringFormat=0}"/>%
</TextBlock>
</Grid>
<TextBlock HorizontalAlignment="Center" Margin="0 60 0 0" FontSize="{StaticResource TangoHeaderFontSize}">Machine is turning Off</TextBlock>