diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-05-11 20:28:38 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-05-11 20:28:38 +0300 |
| commit | 411e8cdf2d817eee39a73d50c862c6c6e8f1e1a4 (patch) | |
| tree | 20c6e97cc5b239b0dd5238681bfc2cf754b13523 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance | |
| parent | b597a69f85fec4f5b5a1aca65228fc840911d314 (diff) | |
| download | Tango-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.xaml | 2 |
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" /> |
