diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-19 17:02:11 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-19 17:02:11 +0200 |
| commit | ff48e3ef35e023eaf4e3d6d52f9c654064fc02f4 (patch) | |
| tree | c8f2366317adafce9a38c551dc1c56ea97d26d2d | |
| parent | 63fbc9e18d843579fae5e1c3e1fb9c50af056a22 (diff) | |
| download | Tango-ff48e3ef35e023eaf4e3d6d52f9c654064fc02f4.tar.gz Tango-ff48e3ef35e023eaf4e3d6d52f9c654064fc02f4.zip | |
Show time zone settings only on tech mode.
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml index 8c1590058..ba3516be4 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml @@ -254,7 +254,7 @@ </touch:TouchExpander> <!--DATE & TIME--> - <touch:TouchExpander Margin="0 20 0 0" Header="Date & Time" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}"> + <touch:TouchExpander Margin="0 20 0 0" Header="Date & Time" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}" Visibility="{Binding ApplicationManager.IsInTechnicianMode,Converter={StaticResource BooleanToVisibilityConverter}}"> <StackPanel Margin="10 30 10 10"> <DockPanel TextElement.FontSize="{StaticResource TangoDefaultFontSize}"> |
