Outfitter (Abandoned)

Outfitter (Abandoned)

563k Downloads

Resize Outfitter bar

nickdekruijk opened this issue · 4 comments

commented

Thanks for updating Outfitter for TBC!

The only thing I struggle with is resizing the Outfitter bar. In retail (didn't use it in vanilla classic) you can just right click the left or right anchors and resize the buttons and change the background. This doesn't seem to work in TBC?

commented

I haven't seen this issue, I assume it's been fixed. Please re-open this if you are still getting this error. Thanks!

commented
commented

OutfitterBar.lua line 1373 needs to inherit from BackdropTemplate
local vSettingsDialog = CreateFrame("Frame", "OutfitBarSettingsDialog", UIParent)

change to:
local vSettingsDialog = CreateFrame("Frame", "OutfitBarSettingsDialog", UIParent, "BackdropTemplate")

Then right clicking on outfitter bar anchors brings up UI to change size.

commented

Fixed thanks.