mobile-widgets/qml: correct spelling error

Correct spelling error in TemplateTitle.

Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2020-01-24 10:14:26 +01:00 committed by Dirk Hohndel
parent e69f5c4e28
commit 0920adf40f

View file

@ -15,7 +15,7 @@ Item {
font.pointSize: subsurfaceTheme.titlePointSize font.pointSize: subsurfaceTheme.titlePointSize
font.bold: true font.bold: true
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
text: "using the TemplateTilte you need to set the title text" text: "using the TemplateTitle you need to set the title text"
} }
TemplateLine { TemplateLine {
anchors.top: myLabel.bottom anchors.top: myLabel.bottom