LootSpecManager

LootSpecManager

40.9k Downloads

Addon button overlaps with slot button on loot tab

erigul opened this issue ยท 2 comments

commented

When I open the loot tab in the journal the button from this addon overlaps with the slot filter button.
Screenshot 2022-12-03 121840

commented

i changed the position in Gui.lua Line 51
self.button:SetPoint("RIGHT", EncounterJournalEncounterFrameInfoResetButton, "LEFT", -250, 0)
and also the size of button in Line 52
self.button:SetWidth(80)

image

commented

i have the same issue