From acd2a726781cae3219685ca35930cc1c0bbeae8a Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 8 Dec 2020 19:51:31 +0100 Subject: [PATCH] Surface editor - Tweaked device dialog --- .../Dialogs/SurfaceDeviceConfigView.xaml | 178 ++++++++++-------- .../Dialogs/SurfaceDeviceConfigViewModel.cs | 9 - 2 files changed, 103 insertions(+), 84 deletions(-) diff --git a/src/Artemis.UI/Screens/SurfaceEditor/Dialogs/SurfaceDeviceConfigView.xaml b/src/Artemis.UI/Screens/SurfaceEditor/Dialogs/SurfaceDeviceConfigView.xaml index f19f2c753..c11e806d3 100644 --- a/src/Artemis.UI/Screens/SurfaceEditor/Dialogs/SurfaceDeviceConfigView.xaml +++ b/src/Artemis.UI/Screens/SurfaceEditor/Dialogs/SurfaceDeviceConfigView.xaml @@ -12,102 +12,131 @@ - - - + + + + + + + + + + + + + + + + Properties + - - + Margin="0 5" /> + Margin="0 5" /> + Margin="0 5" /> + Margin="0 5 0 12" /> - - + + + + + + + + + + + + + + + + + + + + + + Color calibration + + + + Use the sliders below to adjust the colors of your device so that it matches your other devices. + + + - + Color="{Binding CurrentColor, Converter={StaticResource SKColorToColorConverter}}" + VerticalAlignment="Center"/> + + + +