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:
commit
709e6c64b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user