updating todos and fixing image aspect in slide

This commit is contained in:
Chris Cochrun 2022-09-26 16:57:06 -05:00
parent 78bf580499
commit 26f49f9923
2 changed files with 9 additions and 7 deletions

View file

@ -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