Fz Settings excluded apps multiline behavior - fix (#3055)

This commit is contained in:
PrzemyslawTusinski 2020-05-15 17:37:50 +02:00 committed by GitHub
parent a13a0ee5a9
commit f51d51abf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,6 +206,7 @@
Margin="{StaticResource SmallTopMargin}"
Text="{ Binding Mode=TwoWay, Path=ExcludedApps}"
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"
TextWrapping="Wrap"
AcceptsReturn="True"/>
</StackPanel>