Skip to content

Commit

Permalink
remove wordwrap from these
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jul 24, 2024
1 parent 5dc7d26 commit 1462fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI_EltreumUI/Modules/Skins/Other/QuestSkin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function ElvUI_EltreumUI:SkinQuests()
if line.Text and line.Text:GetText() then
line.Text:SetFont(E.LSM:Fetch('font', E.db.general.font), E.db.ElvUI_EltreumUI.skins.questsettings.fontSize, ElvUI_EltreumUI:FontFlag(E.db.general.fontStyle))
line.Text:SetTextColor(mult, mult, mult)
line.Text:SetWordWrap(true)
--line.Text:SetWordWrap(true)

--inspired by blinkii's skin, color
local text = line.Text:GetText()
Expand Down Expand Up @@ -440,7 +440,7 @@ function ElvUI_EltreumUI:SkinQuests()
if line.Text and line.Text:GetText() then
line.Text:SetFont(E.LSM:Fetch('font', E.db.general.font), E.db.ElvUI_EltreumUI.skins.questsettings.fontSize, ElvUI_EltreumUI:FontFlag(E.db.general.fontStyle))
line.Text:SetTextColor(mult, mult, mult)
line.Text:SetWordWrap(true)
--line.Text:SetWordWrap(true)

--inspired by blinkii's skin, color
local text = line.Text:GetText()
Expand Down

0 comments on commit 1462fe9

Please sign in to comment.