Skip to content

Commit

Permalink
copy from what is on cata
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Oct 29, 2024
1 parent 1ead8d1 commit 29d85b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Classic/Modules/Skins/AddonManager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function S:AddonList()
S:HandleButton(AddonList.OkayButton, true)
S:HandleButton(AddonList.CancelButton, true)
S:HandleScrollBar(_G.AddonListScrollFrameScrollBar)
S:HandleDropDownBox(AddonList.Dropdown)
S:HandleDropDownBox(AddonList.Dropdown, 165)
S:HandleCheckBox(_G.AddonListForceLoad)

_G.AddonListForceLoad:Size(26)
Expand Down

0 comments on commit 29d85b7

Please sign in to comment.