From e0485a64c8be34fb596fd02befaebec0091625c4 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Mon, 22 Jun 2020 15:31:41 +0300 Subject: Color calibration. Added warning text and Factor to show in GUI. Related Work Items: #2957 --- .../Views/ColorCalibrationView.xaml | 24 +++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/ColorCalibrationView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/ColorCalibrationView.xaml index 02cef3c0d..ffe3bf68e 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/ColorCalibrationView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/ColorCalibrationView.xaml @@ -13,12 +13,13 @@ mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" Background="Transparent" d:DataContext="{d:DesignInstance Type=vm:MainViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MainViewVM}"> - - - - + + + + + - + @@ -115,6 +116,19 @@ + + + + Factor: + + + + Warning: + + + + + -- cgit v1.3.1