aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-01-20 02:30:47 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-01-20 02:30:47 +0200
commitdde87212410e8beeb082700454a409aa2f31e785 (patch)
tree219e3892b622250c6a21b9fec76c258a934a0c01 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs
parentcbce282f3858503e4f5571c1ae9f090c910e6fc8 (diff)
downloadTango-dde87212410e8beeb082700454a409aa2f31e785.tar.gz
Tango-dde87212410e8beeb082700454a409aa2f31e785.zip
Added Liquid Type AVAILABLE_FOR_STANDARD_USER.
PPC allows editing of standard user liquid types on volume. Updated overridedata.xml
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml
index 811e4932d..e3da251dc 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml
@@ -42,7 +42,7 @@
<DataTemplate x:Key="Volume_Template" DataType="{x:Type entities:BrushStop}">
<Grid>
- <ItemsControl ItemsSource="{Binding LiquidVolumesOrderedPigmented}" VerticalAlignment="Center" Margin="0 0 -90 0">
+ <ItemsControl ItemsSource="{Binding LiquidVolumesOrderedPigmentedForStandardUser}" VerticalAlignment="Center" Margin="0 0 -90 0">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" IsItemsHost="True"></StackPanel>