mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 13:34:16 -04:00
Merge pull request #502 from weslly/patch-2
Set fixed size for entry clone dialog
This commit is contained in:
commit
f03aec1709
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