mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
PasswordDialog: set focus to password field
This commit is contained in:
parent
299871df54
commit
d53c9fb3ad
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ PasswordDialog::PasswordDialog(const QString &walletName, bool incorrectPassword
|
||||||
password = ui->line_password->text();
|
password = ui->line_password->text();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ui->line_password->setFocus();
|
||||||
|
|
||||||
this->adjustSize();
|
this->adjustSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue