From ec30515c6716756ca9f03e98b97618535c45024f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 20 Jan 2023 14:19:27 -0600 Subject: [PATCH] making fontSize work right on presentation --- src/qml/presenter/PresentationWindow.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/presenter/PresentationWindow.qml b/src/qml/presenter/PresentationWindow.qml index 9f9bda5..6ad82a5 100644 --- a/src/qml/presenter/PresentationWindow.qml +++ b/src/qml/presenter/PresentationWindow.qml @@ -39,6 +39,7 @@ Window { audioSource: SlideObject.audio text: SlideObject.text chosenFont: SlideObject.font + textSize: SlideObject.fontSize pdfIndex: SlideObject.pdfIndex itemType: SlideObject.type }