forked from lubuwest/Friendiqa
version v0.6 bugfixes
This commit is contained in:
parent
8482bde3ed
commit
8b58785517
13 changed files with 36 additions and 75 deletions
|
@ -34,7 +34,7 @@ AnimatedImage {id:gif;
|
|||
width:toprow.width;
|
||||
//property string mimetype:""
|
||||
fillMode: Image.PreserveAspectFit;
|
||||
onStatusChanged: playing = (status == AnimatedImage.Ready)
|
||||
onStatusChanged: {playing = (status == AnimatedImage.Ready)}
|
||||
Rectangle{
|
||||
visible: (model.newsitemobject.imageAttachmentList.length>1)&&(gif.status==Image.Ready)
|
||||
opacity: 0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue