diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2020-11-19 03:08:40 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2020-11-30 02:46:43 +0000 |
commit | 415fb2e1abac189fcbe8eccf2ea065724d17460f (patch) | |
tree | 8c670de143bb63a473ded96e3694f1b5d5f3cfc2 /src/qt/forms/intro.ui | |
parent | 2a84c6bcf61429ac507b506a39247b3a66edbcb4 (diff) |
GUI/Intro: Move prune setting below explanation
Diffstat (limited to 'src/qt/forms/intro.ui')
-rw-r--r-- | src/qt/forms/intro.ui | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index ac3b6c7328..a1e94f99e6 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -201,6 +201,36 @@ </layout> </item> <item> + <widget class="QLabel" name="lblExplanation1"> + <property name="text"> + <string>When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="lblExplanation2"> + <property name="text"> + <string>This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="lblExplanation3"> + <property name="text"> + <string>If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> <layout class="QHBoxLayout" name="pruneOptLayout"> <item> <widget class="QCheckBox" name="prune"> @@ -242,36 +272,6 @@ </layout> </item> <item> - <widget class="QLabel" name="lblExplanation1"> - <property name="text"> - <string>When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="lblExplanation2"> - <property name="text"> - <string>This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="lblExplanation3"> - <property name="text"> - <string>If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |