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
|
id: backgroundImage
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: imageSource
|
source: imageSource
|
||||||
fillMode: Image.PreserveAspectCrop
|
fillMode: itemType == "presentation" ? Image.PreserveAspectFit : Image.PreserveAspectCrop
|
||||||
clip: true
|
clip: true
|
||||||
visible: true
|
visible: true
|
||||||
currentFrame: pdfIndex
|
currentFrame: pdfIndex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue