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:
parent
bdd059ffa8
commit
a659db1f9c
@ -196,6 +196,8 @@ Item {
|
|||||||
Text {
|
Text {
|
||||||
id: notesText
|
id: notesText
|
||||||
|
|
||||||
|
property real padding: 16;
|
||||||
|
|
||||||
x: padding
|
x: padding
|
||||||
y: padding
|
y: padding
|
||||||
width: parent.width - 2 * padding
|
width: parent.width - 2 * padding
|
||||||
|
Loading…
Reference in New Issue
Block a user