diff --git a/src/branding/default/show.qml b/src/branding/default/show.qml index 84f252d54..3bf133388 100644 --- a/src/branding/default/show.qml +++ b/src/branding/default/show.qml @@ -48,7 +48,7 @@ Presentation "To create a Calamares presentation in QML, import calamares.slideshow,
"+ "define a Presentation element with as many Slide elements as needed." wrapMode: Text.WordWrap - width: root.width + width: presentation.width horizontalAlignment: Text.Center } }