diff --git a/src/qml/calamares-qt6/slideshow/Presentation.qml b/src/qml/calamares-qt6/slideshow/Presentation.qml index aab7007e6..1eed2e842 100644 --- a/src/qml/calamares-qt6/slideshow/Presentation.qml +++ b/src/qml/calamares-qt6/slideshow/Presentation.qml @@ -196,6 +196,8 @@ Item { Text { id: notesText + property real padding: 16; + x: padding y: padding width: parent.width - 2 * padding