Branding: fix reference error

This commit is contained in:
Adriaan de Groot 2018-03-08 12:19:02 +01:00
parent 3b8673fb99
commit e7849c5ed0

View File

@ -48,7 +48,7 @@ Presentation
"To create a Calamares presentation in QML, import calamares.slideshow,<br/>"+
"define a Presentation element with as many Slide elements as needed."
wrapMode: Text.WordWrap
width: root.width
width: presentation.width
horizontalAlignment: Text.Center
}
}