Skip to content

Commit

Permalink
Update WoWPro_GuideList.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoony36 committed Apr 17, 2024
1 parent 48a3679 commit 8a35308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WoWPro/WoWPro_GuideList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function WoWPro.CreateGuideList()
frame:SetSize(650, 520)
frame:SetPoint("CENTER", _G.UIParent, "CENTER", 105, 10)
elseif WoWPro.CATA then
frame:SetSize(700, 550)
frame:SetSize(700, 550)
frame:SetPoint("CENTER", _G.UIParent, "CENTER", 105, 10)
else
frame:SetSize(625, 600)
Expand Down

0 comments on commit 8a35308

Please sign in to comment.