making the presentation preview have some fontSize as SlideObject

This commit is contained in:
Chris Cochrun 2023-01-20 14:21:57 -06:00
parent 902bf9d1f2
commit e30ee1a53e

View file

@ -97,10 +97,10 @@ FocusScope {
implicitHeight: width / 16 * 9 implicitHeight: width / 16 * 9
/* minimumWidth: 200 */ /* minimumWidth: 200 */
anchors.centerIn: parent anchors.centerIn: parent
textSize: width / 15 textSize: SlideObject.fontSize
itemType: root.itemType itemType: SlideObject.type
imageSource: imagebackground imageSource: SlideObject.imageBackground
videoSource: vidbackground videoSource: SlideObject.videoBackground
audioSource: SlideObject.audio audioSource: SlideObject.audio
chosenFont: SlideObject.font chosenFont: SlideObject.font
text: SlideObject.text text: SlideObject.text