~bfiller/gallery-app/test-silo4

« back to all changes in this revision

Viewing changes to rc/qml/Components/MediaGrid.qml

mergeĀ lp:~artmello/gallery-app/gallery-app-thumbnailer_wrong_request

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                source: "image://thumbnailer/" + mediaSource.path + "?at=" + Date.now()
87
87
                asynchronous: true
88
88
                fillMode: Image.PreserveAspectCrop
 
89
                sourceSize {
 
90
                    width: photosGrid.thumbnailSize
 
91
                    height: photosGrid.thumbnailSize
 
92
                }
89
93
 
90
94
                Connections {
91
95
                    target: mediaSource