updating todos and fixing image aspect in slide
This commit is contained in:
parent
78bf580499
commit
26f49f9923
2 changed files with 9 additions and 7 deletions
|
@ -120,7 +120,7 @@ Item {
|
|||
id: backgroundImage
|
||||
anchors.fill: parent
|
||||
source: imageSource
|
||||
fillMode: itemType == "presentation" ? Image.PreserveAspectFit : Image.PreserveAspectCrop
|
||||
fillMode: itemType == "song" ? Image.PreserveAspectCrop : Image.PreserveAspectFit
|
||||
clip: true
|
||||
visible: true
|
||||
currentFrame: pdfIndex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue