From e30ee1a53e3a26355832ddcadd8373ede831dfba Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 20 Jan 2023 14:21:57 -0600 Subject: [PATCH] making the presentation preview have some fontSize as SlideObject --- src/qml/presenter/Presentation.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/qml/presenter/Presentation.qml b/src/qml/presenter/Presentation.qml index 4266ced..69dc0f9 100644 --- a/src/qml/presenter/Presentation.qml +++ b/src/qml/presenter/Presentation.qml @@ -97,10 +97,10 @@ FocusScope { implicitHeight: width / 16 * 9 /* minimumWidth: 200 */ anchors.centerIn: parent - textSize: width / 15 - itemType: root.itemType - imageSource: imagebackground - videoSource: vidbackground + textSize: SlideObject.fontSize + itemType: SlideObject.type + imageSource: SlideObject.imageBackground + videoSource: SlideObject.videoBackground audioSource: SlideObject.audio chosenFont: SlideObject.font text: SlideObject.text