Fix location map asset check

This commit is contained in:
Volker Krause
2023-06-11 10:26:41 +02:00
parent 0fd3de6215
commit 09ded20409

View File

@@ -70,7 +70,7 @@ TimelineContainer {
Kirigami.Icon { Kirigami.Icon {
anchors.centerIn: parent anchors.centerIn: parent
anchors.verticalCenterOffset: -parent.height / 8 anchors.verticalCenterOffset: -parent.height / 8
visible: model.asset === "m.pin" visible: root.asset === "m.pin"
width: height width: height
height: parent.height / 3 + 1 height: parent.height / 3 + 1
source: "pin" source: "pin"