From 97c1df6f802449daa37b259b8c440e474eaa4a28 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Wed, 5 Feb 2020 14:40:05 +0200 Subject: Machine Studio. Set some colors in dialogs for Dark theme. Removed gradientResolution from CreateJobRunLiquidQuantities. --- .../MachineStudio.Dispensers/Views/DispenserView.xaml | 2 +- .../Tango.MachineStudio.ActionLogs/Views/MainView.xaml | 6 +++--- .../Tango.MachineStudio.Catalogs/Views/CatalogView.xaml | 4 ++-- .../Tango.MachineStudio.Developer/Views/JobView.xaml | 3 ++- .../Views/EmbeddedLogDetailsView.xaml | 2 +- .../Tango.MachineStudio.Logging/Views/TimelineView.xaml | 15 +++++---------- .../Views/MachineCreationDialog.xaml | 4 ++-- .../Editors/BlowerElementEditor.xaml | 6 +++--- .../Editors/ControllerElementEditor.xaml | 6 +++--- .../Editors/DispenserElementEditor.xaml | 2 +- .../Editors/HeaterElementEditor.xaml | 4 ++-- .../Editors/JobRunnerElementEditor.xaml | 2 +- .../Editors/MotorElementEditor.xaml | 2 +- .../Editors/ProcessParametersElementEditor.xaml | 4 ++-- .../Editors/ThreadMotionElementEditor.xaml | 2 +- .../Editors/ValveElementEditor.xaml | 6 +++--- .../Themes/DarkThemeColors.xaml | 5 +++++ .../Themes/LightThemeColors.xaml | 5 +++++ .../Notifications/TextInputBoxWindow.xaml | 2 +- .../Tango.MachineStudio.UI/Views/MainView.xaml | 15 ++++++++++----- .../Tango.MachineStudio.UI/Windows/ExceptionWindow.xaml | 2 +- 21 files changed, 55 insertions(+), 44 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio') diff --git a/Software/Visual_Studio/MachineStudio/Modules/MachineStudio.Dispensers/Views/DispenserView.xaml b/Software/Visual_Studio/MachineStudio/Modules/MachineStudio.Dispensers/Views/DispenserView.xaml index 977ab865a..0a63e6423 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/MachineStudio.Dispensers/Views/DispenserView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/MachineStudio.Dispensers/Views/DispenserView.xaml @@ -19,7 +19,7 @@ DISPENSER diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ActionLogs/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ActionLogs/Views/MainView.xaml index 18921e2da..3a7eaa802 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ActionLogs/Views/MainView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ActionLogs/Views/MainView.xaml @@ -230,10 +230,10 @@ - + - - + + @@ -80,7 +80,7 @@ - + @@ -90,7 +90,7 @@ diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Windows/ExceptionWindow.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Windows/ExceptionWindow.xaml index 6b80fad43..01f08491a 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Windows/ExceptionWindow.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Windows/ExceptionWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Tango.MachineStudio.UI.Windows" mc:Ignorable="d" - WindowStyle="None" ResizeMode="NoResize" Topmost="True" AllowsTransparency="True" WindowStartupLocation="CenterScreen" Width="800" Height="600" Background="Transparent" d:DataContext="{d:DesignInstance Type=local:ExceptionWindow, IsDesignTimeCreatable=False}" FontFamily="{StaticResource flexo}" > + WindowStyle="None" ResizeMode="NoResize" Topmost="True" AllowsTransparency="True" WindowStartupLocation="CenterScreen" Width="800" Height="600" Background="Transparent" d:DataContext="{d:DesignInstance Type=local:ExceptionWindow, IsDesignTimeCreatable=False}" FontFamily="{StaticResource flexo}" Foreground="{StaticResource Dialog.Foreground}"> -- cgit v1.3.1