mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Set fixed size for entry clone dialog
This commit is contained in:
parent
2099f977fb
commit
3c85d29ece
@ -35,6 +35,7 @@ CloneDialog::CloneDialog(DatabaseWidget* parent, Database* db, Entry* entry)
|
||||
m_parent = parent;
|
||||
|
||||
m_ui->setupUi(this);
|
||||
this->setFixedSize(this->sizeHint());
|
||||
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user