mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-28 16:59:44 -05:00
Merge pull request #502 from weslly/patch-2
Set fixed size for entry clone dialog
This commit is contained in:
commit
f03aec1709
@ -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…
Reference in New Issue
Block a user