aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-06-12 19:47:23 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-06-12 19:47:23 +0300
commit2eec64f32fc6b6c20a0e95eeb43849a4f5274e1e (patch)
treeb0a52c67a27b21b38ba8f25586245073219ffc46 /Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views
parentbe12288e69347eb3a4bcc29c947e9ca7760b9db8 (diff)
downloadTango-2eec64f32fc6b6c20a0e95eeb43849a4f5274e1e.tar.gz
Tango-2eec64f32fc6b6c20a0e95eeb43849a4f5274e1e.zip
PPC. Removing HSB, pdf print job, job palett.
Related Work Items: #6668
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml4
1 files changed, 2 insertions, 2 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 b3b4bfeec..bf033b71f 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
@@ -101,7 +101,7 @@
<touch:TouchExpander Margin="0 20 0 0" Header="Jobs" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}">
<StackPanel>
<controls:TableGrid Margin="10" RowHeight="70" MakeFirstColumnVerticalAlignmentBottom="False" TextElement.FontSize="{StaticResource TangoDefaultFontSize}">
- <TextBlock VerticalAlignment="Center">Supported Job Types</TextBlock>
+ <!--<TextBlock VerticalAlignment="Center">Supported Job Types</TextBlock>
<ItemsControl ItemsSource="{Binding SelectedJobTypes}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
@@ -124,7 +124,7 @@
</touch:TouchToggleButton>
</DataTemplate>
</ItemsControl.ItemTemplate>
- </ItemsControl>
+ </ItemsControl>-->
<!--<TextBlock VerticalAlignment="Center">Supported Color Spaces/Catalogs</TextBlock>
<ItemsControl ItemsSource="{Binding SelectedColorSpaces}">