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 }