make pdfs fit in slide and everything else crop
This commit is contained in:
parent
d2499e8df3
commit
14458f8161
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ Item {
|
|||
id: backgroundImage
|
||||
anchors.fill: parent
|
||||
source: imageSource
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
fillMode: itemType == "presentation" ? Image.PreserveAspectFit : Image.PreserveAspectCrop
|
||||
clip: true
|
||||
visible: true
|
||||
currentFrame: pdfIndex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue