gegenschall/LootSpecManager

Addon button overlaps with slot button on loot tab

Opened this issue · 2 comments

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

i have the same issue

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