From 5214df42a6109bcdc109afbc39c1483b46098ab0 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 8 Mar 2021 12:34:31 +0100 Subject: [PATCH] FZ disabled fix (#10100) Co-authored-by: Niels Laute --- .../Strings/en-us/Resources.resw | 2 +- .../Views/FancyZonesPage.xaml | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw index 21b8c0d511..10af378234 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw @@ -943,7 +943,7 @@ Activate the smallest zone by area - + When multiple zones overlap: diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml index 2a9dc601a4..f20aa59cde 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml @@ -123,15 +123,11 @@ + IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}" /> - - -