Nameplate Overhaul (#38)
* ElvUI/NamePlates: initial nameplate conversions * More nameplate work * Modules/Cooldowns: various CD fixes, nameplates cant show 'swipe' texture * ElvUI/NamePlates: final nameplate polish * Modules/Misc: add space before interrupted announcement
This commit is contained in:
parent
5d51f92ed3
commit
8edf2d7f8a
75 changed files with 8870 additions and 8088 deletions
|
|
@ -33,7 +33,7 @@ S:AddCallbackForAddon("GnomishVendorShrinker", "GnomishVendorShrinker", function
|
|||
if not GVS then return end
|
||||
|
||||
GVS:Size(304, 294)
|
||||
GVS:Point("TOPLEFT", 19, -44)
|
||||
GVS:Point("TOPLEFT", 19, -54)
|
||||
GVS:SetTemplate("Transparent")
|
||||
|
||||
MerchantBuyBackItem:ClearAllPoints()
|
||||
|
|
@ -84,7 +84,7 @@ S:AddCallbackForAddon("GnomishVendorShrinker", "GnomishVendorShrinker", function
|
|||
end
|
||||
|
||||
child:Height(18)
|
||||
child:Point("TOPLEFT", GVS, "BOTTOMLEFT", 1, -3)
|
||||
child:Point("TOPLEFT", GVS, "BOTTOMLEFT", 1, -61)
|
||||
S:HandleEditBox(child)
|
||||
elseif objType == "Slider" then
|
||||
for _, child2 in ipairs({child:GetChildren()}) do
|
||||
|
|
@ -112,8 +112,4 @@ S:AddCallbackForAddon("GnomishVendorShrinker", "GnomishVendorShrinker", function
|
|||
S:HandleScrollBar(child)
|
||||
end
|
||||
end
|
||||
MerchantBuyBackItem:ClearAllPoints()
|
||||
MerchantBuyBackItem:Point("TOPLEFT", MerchantItem10, "BOTTOMLEFT", 0, -24)
|
||||
MerchantBuyBackItemItemButton:ClearAllPoints()
|
||||
MerchantBuyBackItemItemButton:Point("TOPLEFT", MerchantBuyBackItem, "TOPLEFT", 4, -4)
|
||||
end)
|
||||
end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue