mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-23 00:10:37 -05:00
Focus the password line edit by default.
This commit is contained in:
parent
d8fcc43bc3
commit
f9abf2171b
2 changed files with 11 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ DatabaseOpenDialog::DatabaseOpenDialog(QFile* file, QString filename, QWidget* p
|
|||
m_ui->checkKeyFile->setChecked(true);
|
||||
m_ui->comboKeyFile->addItem(lastKeyFiles[m_filename].toString());
|
||||
}
|
||||
|
||||
m_ui->editPassword->setFocus();
|
||||
}
|
||||
|
||||
DatabaseOpenDialog::~DatabaseOpenDialog()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue