qt: Change default size of intro frame

This commit is contained in:
Emil Engler 2019-09-26 21:50:12 +02:00
parent ab765c2ec7
commit 8cf9898b53
No known key found for this signature in database
GPG key ID: 2F6D4145C55FC7C7

View file

@ -154,6 +154,7 @@ Intro::Intro(QWidget *parent, uint64_t blockchain_size, uint64_t chain_state_siz
storageRequiresMsg.arg(requiredSpace) + " " +
tr("The wallet will also be stored in this directory.")
);
this->adjustSize();
startThread();
}