calamares: fix errors in show.qml

This commit is contained in:
Silvan Calarco 2015-08-21 13:17:26 +02:00
parent 339931e299
commit 099455febd

View File

@ -50,7 +50,6 @@ Presentation
anchors.top: parent.top
text: "<h2>Thanks for choosing openmamba!</h2><br/><br/>"
wrapMode: Text.WordWrap
width: root.width
horizontalAlignment: Text.Center
}
Text {
@ -60,7 +59,6 @@ Presentation
"The most evolved and complete desktop system of openmamba, KDE based.<br/>"+
"For every user who wants a modern, multimedia and productive desktop.<br/>"
wrapMode: Text.WordWrap
width: root.width
horizontalAlignment: Text.Center
}
}
@ -85,7 +83,6 @@ Presentation
anchors.top: parent.top
text: "<h2>Thanks for choosing openmamba!</h2><br/><br/>"
wrapMode: Text.WordWrap
width: root.width
horizontalAlignment: Text.Center
}
Text {
@ -95,7 +92,6 @@ Presentation
"openmamba system with a simple and light desktop.<br/>"+
"For server installation or desktop on obsolete PC, embedded systems, tablet, single-board PC.<br/>"
wrapMode: Text.WordWrap
width: root.width
horizontalAlignment: Text.Center
}
}
@ -120,7 +116,6 @@ Presentation
anchors.top: parent.top
text: "<h2>Thanks for choosing openmamba!</h2><br/><br/>"
wrapMode: Text.WordWrap
width: root.width
horizontalAlignment: Text.Center
}
Text {
@ -130,7 +125,6 @@ Presentation
"openmamba system with GNOME desktop.<br/>"+
"For users who prefer a different desktop place without relinquishing openmamba system.</br>"
wrapMode: Text.WordWrap
width: root.width
horizontalAlignment: Text.Center
}
}