Better Wardrobe and Transmog

Better Wardrobe and Transmog

6M Downloads

Slot Button Placement on Extrawide Mode

Ketrel opened this issue ยท 1 comments

commented

Right now you place with the following two lines

WardrobeTransmogFrame.HeadButton:SetPoint("TOP", WardrobeTransmogFrame.ModelScene, "TOP", math.ceil(frameWidth * -0.3), -41) -- -320
WardrobeTransmogFrame.HandsButton:SetPoint("TOP", WardrobeTransmogFrame.ModelScene, "TOP", math.floor(frameWidth * 0.3), -118) --325

However, it would be placed within the frame a lot nicer with

WardrobeTransmogFrame.HeadButton:SetPoint("TOP", WardrobeTransmogFrame.ModelScene, "TOP", math.ceil(frameWidth * -0.35625), -41) -- -320
WardrobeTransmogFrame.HandsButton:SetPoint("TOP", WardrobeTransmogFrame.ModelScene, "TOP", math.floor(frameWidth * 0.35625), -118) --325

Default Button Placement: https://i.imgur.com/kAhwhYO.jpg
Suggested Placement: https://i.imgur.com/Snl3a9b.jpg

commented

Changed in next update