Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed May 14, 2018
1 parent fad8175 commit f48731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/components/MatchesCover.qml
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ Item {
source: model.avatar
asynchronous: true
opacity: progress/3 // background
visible: index < rows // limit the number of pictures
visible: index < 8 // limit the number of pictures
Behavior on opacity { FadeAnimator {} }
onStatusChanged: {
if(status == Image.Error) {

0 comments on commit f48731b

Please sign in to comment.