From d48097ce2c81a52d87e25fd2b566f11f78cf1d02 Mon Sep 17 00:00:00 2001 From: dante ruiz Date: Wed, 30 Oct 2019 10:41:17 -0700 Subject: [PATCH] Make requested changes --- launchers/qt/resources/qml/HFBase/Error.qml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/launchers/qt/resources/qml/HFBase/Error.qml b/launchers/qt/resources/qml/HFBase/Error.qml index 5f93931ced..8e45c6accb 100644 --- a/launchers/qt/resources/qml/HFBase/Error.qml +++ b/launchers/qt/resources/qml/HFBase/Error.qml @@ -45,7 +45,7 @@ Item { HFTextRegular { id: description - text: "We seem to have a problem.\n Please restart." + text: "We seem to have a problem." anchors { top: header.bottom @@ -54,6 +54,16 @@ Item { } } + HFTextRegular { + text: "Please restart." + + anchors { + top: description.bottom + topMargin: 1 + horizontalCenter: header.horizontalCenter + } + } + HFButton { id: button