Use HImage for HStatusAvatar
This commit is contained in:
parent
83272b9580
commit
25badb693d
|
@ -3,12 +3,11 @@ import QtQuick.Controls 2.0
|
|||
import QtQuick.Layouts 1.4
|
||||
|
||||
HAvatar {
|
||||
Image {
|
||||
HImage {
|
||||
id: status
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
source: "../../icons/status.svg"
|
||||
asynchronous: true
|
||||
sourceSize.width: 12
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user