mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 08:15:32 -04:00
Set fixed size for entry clone dialog
This commit is contained in:
parent
2099f977fb
commit
3c85d29ece
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ CloneDialog::CloneDialog(DatabaseWidget* parent, Database* db, Entry* entry)
|
||||||
m_parent = parent;
|
m_parent = parent;
|
||||||
|
|
||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
|
this->setFixedSize(this->sizeHint());
|
||||||
|
|
||||||
setAttribute(Qt::WA_DeleteOnClose);
|
setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue