Skip to content

Commit

Permalink
Skin Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Dec 6, 2024
1 parent 803481a commit ae19e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ElvUI/Classic/Modules/Skins/LFG.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function S:Blizzard_GroupFinder_VanillaStyle()

local LFGBrowseFrame = _G.LFGBrowseFrame
S:HandleTrimScrollBar(_G.LFGListingFrameActivityViewScrollBar)
S:HandleTrimScrollBar(_G.LFGBrowseFrameScrollBar)
S:HandleFrame(LFGBrowseFrame, true, nil, 11, -12, -30, 72)
LFGBrowseFrame:HookScript('OnShow', LFGTabs)

Expand Down Expand Up @@ -87,7 +88,7 @@ function S:Blizzard_GroupFinder_VanillaStyle()
_G.LFGBrowseFrameGroupInviteButton:Point('BOTTOMRIGHT', LFGBrowseFrame, 'BOTTOMRIGHT', -40, 76)

_G.LFGBrowseFrameActivityDropDown.ResetButton:ClearAllPoints()
_G.LFGBrowseFrameActivityDropDown.ResetButton:Point('TOPRIGHT', _G.LFGBrowseFrameActivityDropDown, 'TOPRIGHT', 0, 12)
_G.LFGBrowseFrameActivityDropDown.ResetButton:Point('TOPRIGHT', _G.LFGBrowseFrameActivityDropDown, 'TOPRIGHT', 0, 16)

-- CheckBoxes
local checkBoxes = {
Expand Down

0 comments on commit ae19e0c

Please sign in to comment.