Make requested changes

This commit is contained in:
dante ruiz 2019-10-30 10:41:17 -07:00
parent 1a42ad0736
commit d48097ce2c

View file

@ -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