From c0f4cccfd536f94946f22a2fafa630a446d85b0a Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Mon, 20 Jun 2022 18:29:55 +0300 Subject: PPC. Color Selection Dialog. A little changes in GUI. Related Work Items: #6727, #6731 --- .../Dialogs/ColorSelectionView.xaml | 21 +++++---------------- .../Tango.Touch/Styles/TouchToggleButton.xaml | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 16 deletions(-) (limited to 'Software') 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 27da4ab07..0eda28e5f 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 @@ -57,7 +57,7 @@ - + @@ -139,21 +139,10 @@ - - - + IsEnabled="{Binding SelectedBrushStop.IsLiquidVolumesOutOfRange, Converter={StaticResource BooleanInverseConverter}}" Style="{StaticResource TangoTouchToggleButtonNoDisable}"> + - + diff --git a/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml b/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml index edf25c256..8f4134d02 100644 --- a/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml +++ b/Software/Visual_Studio/Tango.Touch/Styles/TouchToggleButton.xaml @@ -4,6 +4,12 @@ xmlns:components="clr-namespace:Tango.Touch.Components" xmlns:local="clr-namespace:Tango.Touch.Styles"> + + + + + + + + \ No newline at end of file -- cgit v1.3.1