Change imape to mipmap in avatar of roomform.
This commit is contained in:
@@ -104,6 +104,7 @@ Item {
|
|||||||
id: avatar
|
id: avatar
|
||||||
width: height
|
width: height
|
||||||
height: 40
|
height: 40
|
||||||
|
mipmap: true
|
||||||
visible: !sentByMe
|
visible: !sentByMe
|
||||||
source: author.avatarUrl != "" ? "image://mxc/" + author.avatarUrl : "qrc:/asset/img/avatar.png"
|
source: author.avatarUrl != "" ? "image://mxc/" + author.avatarUrl : "qrc:/asset/img/avatar.png"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user