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
|
||||
/* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue