From f51d51abf415f072d410626e960a34962c88aeea Mon Sep 17 00:00:00 2001 From: PrzemyslawTusinski <61138537+PrzemyslawTusinski@users.noreply.github.com> Date: Fri, 15 May 2020 17:37:50 +0200 Subject: [PATCH] Fz Settings excluded apps multiline behavior - fix (#3055) --- .../Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml index 36f6ebca96..c7c8c99a22 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml @@ -206,6 +206,7 @@ Margin="{StaticResource SmallTopMargin}" Text="{ Binding Mode=TwoWay, Path=ExcludedApps}" IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}" + TextWrapping="Wrap" AcceptsReturn="True"/>