From 4cb89b3fc26211fdf14b9539aa7d17a76ca1ae46 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Wed, 8 Apr 2020 14:46:05 +0200 Subject: [PATCH] FZ - Styling updates to GridZone and CanvasZone controls so they look more Fluent (#1778) * Improved styling so it looks more Fluent and native to W10 * CanvasZone border is now using the active accent color * Updated GridZone to a similiar Fluent styling as the CanvasZone. Added a mouseover state to the GridResizer. --- .../editor/FancyZonesEditor/App.xaml | 4 + .../editor/FancyZonesEditor/CanvasZone.xaml | 142 +++++++++++++----- .../editor/FancyZonesEditor/GridResizer.xaml | 8 +- .../editor/FancyZonesEditor/GridZone.xaml | 12 +- .../editor/FancyZonesEditor/GridZone.xaml.cs | 6 +- 5 files changed, 122 insertions(+), 50 deletions(-) diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/App.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/App.xaml index 2d445b51fe..8baea2aed9 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/App.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/App.xaml @@ -12,6 +12,10 @@ + + + + diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/CanvasZone.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/CanvasZone.xaml index 7ed22d9d5f..ec036867a0 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/CanvasZone.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/CanvasZone.xaml @@ -5,51 +5,113 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:FancyZonesEditor" mc:Ignorable="d" - Background="LightGray" - Opacity="0.75" + Background="Transparent" d:DesignHeight="450" d:DesignWidth="800"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -