We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e05b4 commit 1ea147aCopy full SHA for 1ea147a
Frame.lua
@@ -1583,6 +1583,7 @@ function PlexusFrame:UpdateFrameUnits()
1583
},
1584
iconWidth = settings.PrivateAuraWidth, --frame.indicators.icon:GetWidth()
1585
iconHeight = settings.PrivateAuraHeight, --frame.indicators.icon:GetHeight()
1586
+ borderScale = 1.1,
1587
};
1588
}
1589
frame.anchorID = C_UnitAuras.AddPrivateAuraAnchor(auraAnchor)
@@ -1621,6 +1622,7 @@ function PlexusFrame:UpdateFrameUnits()
1621
1622
1623
1624
1625
1626
1627
1628
0 commit comments