qt: Change default size of intro frame
This commit is contained in:
parent
ab765c2ec7
commit
8cf9898b53
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ Intro::Intro(QWidget *parent, uint64_t blockchain_size, uint64_t chain_state_siz
|
||||||
storageRequiresMsg.arg(requiredSpace) + " " +
|
storageRequiresMsg.arg(requiredSpace) + " " +
|
||||||
tr("The wallet will also be stored in this directory.")
|
tr("The wallet will also be stored in this directory.")
|
||||||
);
|
);
|
||||||
|
this->adjustSize();
|
||||||
startThread();
|
startThread();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue