From 93f10902040520ba6b2dbf6c9de492629302b237 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 30 Oct 2024 22:08:21 -0500 Subject: [PATCH] Fix a syntax error in Presentation.qml which prevents the slideshow from displaying --- src/qml/calamares-qt6/slideshow/Presentation.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/qml/calamares-qt6/slideshow/Presentation.qml b/src/qml/calamares-qt6/slideshow/Presentation.qml index 1eed2e842..7abc14f5a 100644 --- a/src/qml/calamares-qt6/slideshow/Presentation.qml +++ b/src/qml/calamares-qt6/slideshow/Presentation.qml @@ -196,12 +196,7 @@ Item { Text { id: notesText - property real padding: 16; - - x: padding - y: padding - width: parent.width - 2 * padding - + anchors.margins: 16 font.pixelSize: 16 wrapMode: Text.WordWrap