aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.cpp
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2019-09-26 21:50:12 +0200
committerEmil Engler <me@emilengler.com>2019-09-26 21:50:12 +0200
commit8cf9898b53d74bd474cc5188e07e671e24a3791f (patch)
tree7a452998a5288225e428bca7a66df89846e14fed /src/qt/intro.cpp
parentab765c2ec7db042142298cdd6ca9c2f04cca8598 (diff)
downloadbitcoin-8cf9898b53d74bd474cc5188e07e671e24a3791f.tar.xz
qt: Change default size of intro frame
Diffstat (limited to 'src/qt/intro.cpp')
-rw-r--r--src/qt/intro.cpp1
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();
}