aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml
index b2bb998f7..6d4992811 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml
@@ -41,6 +41,9 @@
<DataTrigger Binding="{Binding Status}" Value="{x:Static operations:MachineStatuses.Service}">
<Setter Property="Source" Value="/Images/GlobalStatus/service_Anim.gif"></Setter>
</DataTrigger>
+ <DataTrigger Binding="{Binding Status}" Value="{x:Static operations:MachineStatuses.PowerDown}">
+ <Setter Property="Source" Value="/Images/GlobalStatus/standby.png"></Setter>
+ </DataTrigger>
</Style.Triggers>
</Style>
</touch:TouchGifAnimation.Style>