making text blank for better ui for now
This commit is contained in:
parent
0d483979cc
commit
98b9e7aa13
1 changed files with 2 additions and 2 deletions
|
@ -202,13 +202,13 @@ FocusScope {
|
|||
anchors.centerIn: parent
|
||||
implicitWidth: 200
|
||||
implicitHeight: width / 16 * 9
|
||||
textSize: width / 15
|
||||
textSize: width / 4
|
||||
itemType: type
|
||||
imageSource: backgroundType === "image" ? background : ""
|
||||
videoSource: backgroundType === "video" ? background : ""
|
||||
audioSource: ""
|
||||
chosenFont: font
|
||||
text: text
|
||||
text: ""
|
||||
pdfIndex: 0
|
||||
preview: true
|
||||
editMode: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue