multi-line input for excluded apps (#2770)

This commit is contained in:
Seraphima Zykova 2020-05-07 16:11:10 +03:00 committed by GitHub
parent 555393d328
commit dfcd86ea09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,7 +212,8 @@
<TextBox x:Uid="FancyZones_ExcludeApps_TextBoxControl"
Margin="{StaticResource SmallTopMargin}"
Text="{ Binding Mode=TwoWay, Path=ExcludedApps}"
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"/>
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"
AcceptsReturn="True"/>
</StackPanel>