diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-09 12:34:54 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-09 12:34:54 +0300 |
| commit | f87208b19e183d309a3bcacd26ecc74c4da728d4 (patch) | |
| tree | ba3eba566ff125160fd162dce0de1929df08edcd /Software/Visual_Studio/PPC | |
| parent | f8876913ac534f6ec6b122ce64a49d6937b4ba3c (diff) | |
| download | Tango-f87208b19e183d309a3bcacd26ecc74c4da728d4.tar.gz Tango-f87208b19e183d309a3bcacd26ecc74c4da728d4.zip | |
Changed PPC CMYK color space label to Volume.
Re-implemented machine designer clone.
Diffstat (limited to 'Software/Visual_Studio/PPC')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/ColorSelectionView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/ColorSelectionView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/ColorSelectionView.xaml index bda4d7a29..814747f74 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/ColorSelectionView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Dialogs/ColorSelectionView.xaml @@ -618,7 +618,7 @@ <ItemsControl.ItemTemplate> <DataTemplate DataType="{x:Type models:LiquidVolumeModel}"> <touch:TouchColorPickerControl Name="CMYK" Margin=" 0 10 0 0" MinWidth="200" MinValue="0" IsTabStop="False" - ColorPickerText="{Binding IdsPack.LiquidType.Name}" + ColorPickerText="{Binding IdsPack.LiquidType.DisplayName}" AutoThumbColor="True" ThumbHeightInside="28" ThumbHeight="30" |
