Skip to content

Commit

Permalink
Merge pull request #72 from siweia/patch-1
Browse files Browse the repository at this point in the history
Raise the width for TagText
  • Loading branch information
GurliGebis authored Sep 12, 2024
2 parents 0d8bdf4 + 84286d6 commit a3b33b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/QuestFrame/QuestFrameModule.lua
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ do
button.TagText:SetJustifyH("RIGHT")
button.TagText:SetTextColor(1, 1, 1)
button.TagText:SetPoint("RIGHT", button.TagTexture, "LEFT", -2, 0)
button.TagText:SetWidth(28)
button.TagText:SetWidth(32)
button.TagText:Hide()

button.Text:ClearPoint("RIGHT")
Expand Down

0 comments on commit a3b33b5

Please sign in to comment.