Skip to content

Commit

Permalink
PasswordDialog: set focus to password field
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Jan 3, 2024
1 parent 299871d commit d53c9fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialog/PasswordDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ PasswordDialog::PasswordDialog(const QString &walletName, bool incorrectPassword
password = ui->line_password->text();
});

ui->line_password->setFocus();

this->adjustSize();
}

Expand Down

0 comments on commit d53c9fb

Please sign in to comment.