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
|
anchors.centerIn: parent
|
||||||
implicitWidth: 200
|
implicitWidth: 200
|
||||||
implicitHeight: width / 16 * 9
|
implicitHeight: width / 16 * 9
|
||||||
textSize: width / 15
|
textSize: width / 4
|
||||||
itemType: type
|
itemType: type
|
||||||
imageSource: backgroundType === "image" ? background : ""
|
imageSource: backgroundType === "image" ? background : ""
|
||||||
videoSource: backgroundType === "video" ? background : ""
|
videoSource: backgroundType === "video" ? background : ""
|
||||||
audioSource: ""
|
audioSource: ""
|
||||||
chosenFont: font
|
chosenFont: font
|
||||||
text: text
|
text: ""
|
||||||
pdfIndex: 0
|
pdfIndex: 0
|
||||||
preview: true
|
preview: true
|
||||||
editMode: true
|
editMode: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue