diff --git a/src/qml/presenter/Presentation.qml b/src/qml/presenter/Presentation.qml index 9690970..f55758a 100644 --- a/src/qml/presenter/Presentation.qml +++ b/src/qml/presenter/Presentation.qml @@ -202,13 +202,13 @@ FocusScope { anchors.centerIn: parent implicitWidth: 200 implicitHeight: width / 16 * 9 - textSize: width / 15 + textSize: width / 4 itemType: type imageSource: backgroundType === "image" ? background : "" videoSource: backgroundType === "video" ? background : "" audioSource: "" chosenFont: font - text: text + text: "" pdfIndex: 0 preview: true editMode: true