aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-05-11 20:28:38 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-05-11 20:28:38 +0300
commit411e8cdf2d817eee39a73d50c862c6c6e8f1e1a4 (patch)
tree20c6e97cc5b239b0dd5238681bfc2cf754b13523 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance
parentb597a69f85fec4f5b5a1aca65228fc840911d314 (diff)
downloadTango-411e8cdf2d817eee39a73d50c862c6c6e8f1e1a4.tar.gz
Tango-411e8cdf2d817eee39a73d50c862c6c6e8f1e1a4.zip
Hide "Current Status" on Eureka->Maintenance.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml
index a77ec5901..6b6c86843 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml
@@ -106,7 +106,7 @@
<StackPanel Margin="10 60 10 0">
<!--STATUS-->
- <touch:TouchDropShadowBorder Padding="0 0 0 50">
+ <touch:TouchDropShadowBorder Padding="0 0 0 50" Visibility="{Binding BuildProvider.BuildType,Converter={StaticResource BuildTypeToVisibilityConverter},ConverterParameter='TS1800'}">
<StackPanel>
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" Style="{StaticResource Level1Container}">
<Image Source="../Images/status.png" />