Skip to content

Commit

Permalink
decrease the size of the quests description scenario skin
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Feb 2, 2022
1 parent 4803a14 commit 39291b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_EltreumUI/Modules/Skins/Quests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function ElvUI_EltreumUI:SkinQuests()
local frames = {_G.ScenarioObjectiveBlock:GetChildren()}
for _, frame in pairs(frames) do
if frame.Text then
frame.Text:SetFont(E.LSM:Fetch('font', E.db.general.font), 14, "OUTLINE")
frame.Text:SetFont(E.LSM:Fetch('font', E.db.general.font), 12, "OUTLINE") --this is the objective like boss 1/1
frame.Text:SetTextColor(1, 1, 1) --dungeon obj text
frame.Text:SetWordWrap(true)
end
Expand Down

0 comments on commit 39291b0

Please sign in to comment.