diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-20 02:30:47 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-20 02:30:47 +0200 |
| commit | dde87212410e8beeb082700454a409aa2f31e785 (patch) | |
| tree | 219e3892b622250c6a21b9fec76c258a934a0c01 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs | |
| parent | cbce282f3858503e4f5571c1ae9f090c910e6fc8 (diff) | |
| download | Tango-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.xaml | 2 |
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> |
