diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-06 15:16:42 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-06 15:16:42 +0200 |
| commit | c50e8793fc48afdb53a44ef670860e18f366a70d (patch) | |
| tree | 5c8e5af13fb370ef3b53b70ca4c5ee3ca64548a1 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views | |
| parent | 88b747af66e4f2cbc62ef4fa42ad17024341d1bb (diff) | |
| download | Tango-c50e8793fc48afdb53a44ef670860e18f366a70d.tar.gz Tango-c50e8793fc48afdb53a44ef670860e18f366a70d.zip | |
Restored latest changes !!!
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml index 3e1f50e41..5c5b86140 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml @@ -56,6 +56,9 @@ <DataTrigger Binding="{Binding Settings.DeploymentSlot}" Value="PROD"> <Setter Property="Visibility" Value="Collapsed"></Setter> </DataTrigger> + <DataTrigger Binding="{Binding Settings.DeploymentSlot}" Value="BETA"> + <Setter Property="Visibility" Value="Collapsed"></Setter> + </DataTrigger> </Style.Triggers> </Style> </TextBlock.Style> @@ -350,7 +353,7 @@ <TextBlock VerticalAlignment="Center" Margin="5 0 0 0" Text="{Binding Message,Mode=OneWay}" FontSize="{StaticResource TangoSmallFontSize}"></TextBlock> </DockPanel> <touch:TouchProgressBar Foreground="{Binding Brush,Mode=OneWay}" Background="#DBDBDB" Height="3" Margin="0 2 0 0" Minimum="0" Maximum="100" Value="{Binding Status.ProgressPercentage}" /> - </StackPanel> + </StackPanel> </Border> </DataTemplate> </ItemsControl.ItemTemplate> |
