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 editorMake 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}" />
+
+
-
-
@@ -151,7 +156,15 @@
Style="{StaticResource BodyTextBlockStyle}"
Margin="{StaticResource SmallTopMargin}" />
-
+
+
+
+
+
+
+
+
+ />
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
+ Color="{Binding Path=ZoneInActiveColor, Mode=TwoWay}"/>
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
-