making the presentation preview have some fontSize as SlideObject
This commit is contained in:
parent
902bf9d1f2
commit
e30ee1a53e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue