Skip to content

Commit 415fb2e

Browse files
committed
GUI/Intro: Move prune setting below explanation
1 parent 2a84c6b commit 415fb2e

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

src/qt/forms/intro.ui

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,36 @@
200200
</item>
201201
</layout>
202202
</item>
203+
<item>
204+
<widget class="QLabel" name="lblExplanation1">
205+
<property name="text">
206+
<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>
207+
</property>
208+
<property name="wordWrap">
209+
<bool>true</bool>
210+
</property>
211+
</widget>
212+
</item>
213+
<item>
214+
<widget class="QLabel" name="lblExplanation2">
215+
<property name="text">
216+
<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>
217+
</property>
218+
<property name="wordWrap">
219+
<bool>true</bool>
220+
</property>
221+
</widget>
222+
</item>
223+
<item>
224+
<widget class="QLabel" name="lblExplanation3">
225+
<property name="text">
226+
<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>
227+
</property>
228+
<property name="wordWrap">
229+
<bool>true</bool>
230+
</property>
231+
</widget>
232+
</item>
203233
<item>
204234
<layout class="QHBoxLayout" name="pruneOptLayout">
205235
<item>
@@ -241,36 +271,6 @@
241271
</item>
242272
</layout>
243273
</item>
244-
<item>
245-
<widget class="QLabel" name="lblExplanation1">
246-
<property name="text">
247-
<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>
248-
</property>
249-
<property name="wordWrap">
250-
<bool>true</bool>
251-
</property>
252-
</widget>
253-
</item>
254-
<item>
255-
<widget class="QLabel" name="lblExplanation2">
256-
<property name="text">
257-
<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>
258-
</property>
259-
<property name="wordWrap">
260-
<bool>true</bool>
261-
</property>
262-
</widget>
263-
</item>
264-
<item>
265-
<widget class="QLabel" name="lblExplanation3">
266-
<property name="text">
267-
<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>
268-
</property>
269-
<property name="wordWrap">
270-
<bool>true</bool>
271-
</property>
272-
</widget>
273-
</item>
274274
<item>
275275
<spacer name="verticalSpacer">
276276
<property name="orientation">

0 commit comments

Comments
 (0)