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
|
import QtQuick.Layouts 1.4
|
||||||
|
|
||||||
HAvatar {
|
HAvatar {
|
||||||
Image {
|
HImage {
|
||||||
id: status
|
id: status
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
source: "../../icons/status.svg"
|
source: "../../icons/status.svg"
|
||||||
asynchronous: true
|
|
||||||
sourceSize.width: 12
|
sourceSize.width: 12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user