From d047e95bb5efc95219d5e21f42b595f251a980ac Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 25 May 2020 11:47:32 +0200 Subject: [PATCH] [Settings] UX improvements to the FancyZones config page (#3658) --- .../Strings/en-us/Resources.resw | 10 +-- .../Views/FancyZonesPage.xaml | 74 ++++++++++++++----- 2 files changed, 62 insertions(+), 22 deletions(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw index eb835716d5..990cfee37a 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw +++ b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw @@ -284,8 +284,8 @@ Keep windows pinned to multiple desktops in the same zone when the active desktop changes - - Launch Zones Editor + + Launch zones editor Make dragged window transparent @@ -318,7 +318,7 @@ Zone behavior - Zone highlight color (default: #0078D7) + Zone highlight color (Default: #0078D7) During zone layout changes, windows assigned to a zone will match new size/positions @@ -408,10 +408,10 @@ Enable auto-complete and auto-suggest of recently used list for autocomplete dropdown - Zone border color (Default #FFFFFF) + Zone border color (Default: #FFFFFF) - Zone inactive color (Default #F5FCFF) + Zone inactive color (Default: #F5FCFF) Save Zone Border Color Choice diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml index c7c8c99a22..ac58278e2a 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml @@ -55,22 +55,27 @@ IsOn="{ Binding Mode=TwoWay, Path=IsEnabled}" Margin="{StaticResource MediumTopMargin}" /> + + -