From 50b4615b65c7c4566637993868d24c9de939c8bb Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Tue, 3 Sep 2019 09:51:32 +0300 Subject: Hardware version comparison, change colors according to themes --- .../ViewModels/ComparisonWizardViewVM.cs | 2 ++ .../Views/ComparisonWizardView.xaml | 28 ++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/ViewModels/ComparisonWizardViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/ViewModels/ComparisonWizardViewVM.cs index 801aa0a72..628613fea 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/ViewModels/ComparisonWizardViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/ViewModels/ComparisonWizardViewVM.cs @@ -125,6 +125,8 @@ namespace Tango.MachineStudio.HardwareDesigner.ViewModels private void GenerateReport() { + _notification.ShowError($"Error generating HW version comparison report.\n"); + SaveFileDialog dlg = new SaveFileDialog(); dlg.Title = "Save Report"; dlg.Filter = "CSV Files|*.csv"; diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/ComparisonWizardView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/ComparisonWizardView.xaml index af18d0003..d8a125e02 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/ComparisonWizardView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Views/ComparisonWizardView.xaml @@ -8,21 +8,21 @@ xmlns:converters="clr-namespace:Tango.SharedUI.Converters;assembly=Tango.SharedUI" xmlns:local="clr-namespace:Tango.MachineStudio.HardwareDesigner.ViewModels" mc:Ignorable="d" - d:DesignHeight="800" d:DesignWidth="800" Height="700" Width="1100"> + d:DesignHeight="800" d:DesignWidth="800" Height="700" Width="1100" Foreground="{StaticResource Dialog.Foreground}" Background="{StaticResource Dialog.Background}"> @@ -40,25 +40,23 @@ - - v + v - + - v + v - @@ -79,7 +77,7 @@ - + @@ -145,7 +143,7 @@ - + @@ -176,7 +174,7 @@ - + @@ -242,7 +240,7 @@ - + @@ -307,7 +305,7 @@ - +