Improve location marker

Change location marker to GPS icon, make sure the point is the anchor and colour it with highlight colour

m.self \
![image](/uploads/d7136e7f70a106665fcaea0588a334f7/image.png)

m.pin \
![image](/uploads/baee5d19c098eaab1abd91533fe431e5/image.png)
This commit is contained in:
James Graham
2023-03-27 16:38:34 +00:00
parent d0b1610a9f
commit b1b6c7ceed
4 changed files with 37 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ public:
IsPendingRole,
LatitudeRole,
LongitudeRole,
AssetRole,
LastRole, // Keep this last
};
Q_ENUM(EventRoles)