diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2020-04-21 22:02:25 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2020-11-30 02:46:43 +0000 |
commit | 2a84c6bcf61429ac507b506a39247b3a66edbcb4 (patch) | |
tree | bf219200f3c713e917be0030af9d2a37ac73d78c /src/qt/forms/intro.ui | |
parent | e2dcd957fa206a28404ff824fb764b8889705fb2 (diff) |
GUI/Intro: Estimate max age of backups that can be restored with pruning
Diffstat (limited to 'src/qt/forms/intro.ui')
-rw-r--r-- | src/qt/forms/intro.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index db1b567049..ac3b6c7328 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -220,6 +220,13 @@ </widget> </item> <item> + <widget class="QLabel" name="lblPruneSuffix"> + <property name="buddy"> + <cstring>pruneGB</cstring> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> |