diff options
-rw-r--r-- | src/qt/intro.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index 9e05c63aa0..53c80639b9 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -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(); } |