mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-15 20:50:41 +02:00
qt: Change default size of intro frame
This commit is contained in:
parent
ab765c2ec7
commit
8cf9898b53
@ -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 New Issue
Block a user