mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Make requested changes
This commit is contained in:
parent
1a42ad0736
commit
d48097ce2c
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue