diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-23 17:15:39 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-23 17:15:39 +0200 |
| commit | 13cb1dc09c21769eee5db838830ea9c48806b174 (patch) | |
| tree | c0be4efb13b85a1ab295630dd842267ba4d2c4e6 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance | |
| parent | f7cc07bcab894a653ea9daaee037bef80c1e0b7e (diff) | |
| download | Tango-13cb1dc09c21769eee5db838830ea9c48806b174.tar.gz Tango-13cb1dc09c21769eee5db838830ea9c48806b174.zip | |
Redundant.
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 | 6 |
1 files changed, 3 insertions, 3 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 e71a1827e..2f7f91a80 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 @@ -152,7 +152,7 @@ </ItemsControl.ItemsPanel> </ItemsControl> </Grid> - + <Image Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Source="../Images/cone-full.png" Margin="30"></Image> <TextBlock Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="{StaticResource TangoTitleFontSize}">Temperature</TextBlock> @@ -163,7 +163,7 @@ </touch:TouchDropShadowBorder> <!--ACTIONS--> - <touch:TouchDropShadowBorder Margin="0 20 0 0" Padding="0 0 0 50"> + <touch:TouchDropShadowBorder Margin="0 20 0 0" Padding="0 0 0 50" MinHeight="330"> <StackPanel> <StackPanel Orientation="Horizontal" VerticalAlignment="Center" Style="{StaticResource Level1Container}"> <Image Source="../Images/action.png" /> @@ -176,7 +176,7 @@ <touch:TouchButton Command="{Binding CloseDyeingHeadCommand}" Margin="20" CornerRadius="25" Height="50" FontSize="18" Style="{StaticResource TangoHollowButton}">CLOSE DYEING HEAD LEAD</touch:TouchButton> - <touch:TouchButton Margin="20" CornerRadius="25" Height="50" FontSize="18" Style="{StaticResource TangoHollowButton}" Command="{Binding ExportLogsCommand}" >EXPORT SYSTEM LOGS</touch:TouchButton> + <touch:TouchButton Margin="20" CornerRadius="25" Height="50" FontSize="18" Style="{StaticResource TangoHollowButton}" Command="{Binding ExportLogsCommand}" Visibility="{Binding ApplicationManager.IsInTechnicianMode,Converter={StaticResource BooleanToVisibilityConverter}}">EXPORT SYSTEM LOGS</touch:TouchButton> </UniformGrid> </StackPanel> </StackPanel> |
