Merge pull request #502 from weslly/patch-2

Set fixed size for entry clone dialog
This commit is contained in:
TheZ3ro
2017-04-14 14:13:55 +02:00
committed by GitHub

View File

@@ -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);