diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-01-27 08:54:39 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-01-27 08:54:39 +0200 |
| commit | e204e6ac5d04114778b5b836a3e3707e819ad349 (patch) | |
| tree | 0eb03bfd253cf6f26c72b2f4ccb08b9e03369b5a /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml | |
| parent | 558c9c58a8be65c2a8430a21de857b335efee491 (diff) | |
| download | Tango-e204e6ac5d04114778b5b836a3e3707e819ad349.tar.gz Tango-e204e6ac5d04114778b5b836a3e3707e819ad349.zip | |
X1 Closure.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml index 27fb531c3..39adb7bdd 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml @@ -1259,7 +1259,7 @@ <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Lubricant</TextBlock> </StackPanel> </UniformGrid> - <Grid Margin="0 23 0 0"> + <Grid Margin="0 23 0 0" Visibility="{Binding Converter={StaticResource IsX1ToVisibilityInverseConverter}}"> <Image Source="../Images/Job Issues/Machine outline.png" Height="188" Stretch="UniformToFill" VerticalAlignment="Top" HorizontalAlignment="Center" Width="636" /> <StackPanel Orientation="Horizontal" HorizontalAlignment="Center"> <StackPanel Orientation="Vertical"> |
