This commit is contained in:
stax76
2023-11-03 17:04:26 +01:00
parent aa0e88129b
commit b41ca3cd89
17 changed files with 269 additions and 168 deletions

View File

@@ -46,7 +46,7 @@
<controls:SearchControl
x:Name="SearchControl"
HintText="Find a setting"
HintText="Find a setting (Ctrl+F)"
Margin="20,20,0,10"
Text="{Binding SearchText, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
/>