Addon button overlaps with slot button on loot tab
erigul opened this issue ยท 2 comments
erigul commented
When I open the loot tab in the journal the button from this addon overlaps with the slot filter button.
agentschmitt 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)