From 98b9e7aa13e388e6212805d5ed92b0fbf654423c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 12 Oct 2022 09:03:47 -0500 Subject: [PATCH] making text blank for better ui for now --- src/qml/presenter/Presentation.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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