Update Presentation.qml

The `padding` property is present in the qt5 version, but not the qt6 version. I notice a syntax error as a result of this missing propertly.
This commit is contained in:
Mike Stemle 2024-03-24 13:27:44 -04:00 committed by GitHub
parent bdd059ffa8
commit a659db1f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,6 +196,8 @@ Item {
Text {
id: notesText
property real padding: 16;
x: padding
y: padding
width: parent.width - 2 * padding