mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-06 00:23:00 +08:00
multi-line input for excluded apps (#2770)
This commit is contained in:
parent
555393d328
commit
dfcd86ea09
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user