code_review: PR #644

- use `AutoFocusBehaviour.IsEnable` instead of toggle focus by code in `OnOpened `

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-03 10:58:50 +08:00
parent 794163fe1c
commit 58fbb16347
No known key found for this signature in database
2 changed files with 3 additions and 9 deletions

View file

@ -39,15 +39,15 @@
<TextBlock Text="{Binding Description}" TextWrapping="Wrap"/>
</Border>
<TextBox Name="PassphraseTextBox"
Margin="16"
<TextBox Margin="16"
MinWidth="300"
Height="32"
Focusable="True"
Text="{Binding Passphrase, Mode=TwoWay}"
PasswordChar="*"
RevealPassword="{Binding ShowPassword, Mode=OneWay}"
HorizontalAlignment="Stretch">
HorizontalAlignment="Stretch"
v:AutoFocusBehaviour.IsEnabled="True">
<TextBox.InnerRightContent>
<ToggleButton Grid.Column="6"
Classes="toggle_untracked"