diff options
| author | Emil Engler <[email protected]> | 2019-09-26 21:50:12 +0200 |
|---|---|---|
| committer | Emil Engler <[email protected]> | 2019-09-26 21:50:12 +0200 |
| commit | 8cf9898b53d74bd474cc5188e07e671e24a3791f (patch) | |
| tree | 7a452998a5288225e428bca7a66df89846e14fed /src | |
| parent | Merge #16577: util: CBufferedFile fixes and unit test (diff) | |
| download | discoin-8cf9898b53d74bd474cc5188e07e671e24a3791f.tar.xz discoin-8cf9898b53d74bd474cc5188e07e671e24a3791f.zip | |
qt: Change default size of intro frame
Diffstat (limited to 'src')
| -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 9e05c63aa..53c80639b 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(); } |