Use HImage for HStatusAvatar

This commit is contained in:
miruka 2019-04-28 11:34:05 -04:00
parent 83272b9580
commit 25badb693d

View File

@ -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
}
}