Merge pull request #2391 from lubuntu-team/lubuntu/presentation-qml-fixes

Fix a syntax error in Presentation.qml which prevents the slideshow from displaying
This commit is contained in:
Adriaan de Groot 2024-11-04 00:32:02 +01:00 committed by GitHub
commit 709e6c64b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,12 +196,7 @@ Item {
Text { Text {
id: notesText id: notesText
property real padding: 16; anchors.margins: 16
x: padding
y: padding
width: parent.width - 2 * padding
font.pixelSize: 16 font.pixelSize: 16
wrapMode: Text.WordWrap wrapMode: Text.WordWrap