Give the map markers an option for size (#25)
* add missing Locale entries * add size option * link option to icon size * add icon size option to menu * shorten option name * update to match naming * map marker translations * map marker translations * map marker translations * map marker translations * map marker translations * map makers translations * map markers translations * map markers translations * remove spacer originally I added the space because the previous option was too long and had ... at the end of the name, but now that its shorter it looks odd on its own line
This commit is contained in:
committed by
GitHub
parent
9a4ec54a5a
commit
ed8bdf1118
@@ -87,8 +87,8 @@ function MM:CreateMark(mapid,IsSendedMark,x,y)
|
||||
marker.Texture:SetAllPoints();
|
||||
marker.Texture:SetTexCoord(unpack(coords))
|
||||
marker:SetPoint("CENTER", WorldMapDetailFrame, "TOPLEFT", (x / 100) * WorldMapDetailFrame:GetWidth(), (-y / 100) * WorldMapDetailFrame:GetHeight());
|
||||
marker:SetWidth(31);
|
||||
marker:SetHeight(31);
|
||||
marker:SetWidth(E.db.general.mapMarkers.iconSize);
|
||||
marker:SetHeight(E.db.general.mapMarkers.iconSize);
|
||||
marker:SetFrameStrata("DIALOG");
|
||||
marker:EnableMouse(true);
|
||||
marker:HookScript("OnEnter", function(self)
|
||||
|
||||
Reference in New Issue
Block a user