Fix a syntax error in Presentation.qml which prevents the slideshow from displaying

This commit is contained in:
Simon Quigley 2024-10-30 22:08:21 -05:00 committed by Philip Mueller
parent a3f2a56b40
commit 9a658a20fa

View File

@ -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