Skip to content

Commit

Permalink
-Fixing the sync headers to not be so oddly long.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Jun 8, 2020
1 parent b31ad5f commit 6c344cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ function MonDKP:CreateContainer(parent, name, header)
f.header.text:SetFontObject("MonDKPSmallCenter");
f.header.text:SetPoint("CENTER", f.header, "CENTER", 0, 0);
f.header.text:SetText(header);
f.header:SetWidth(f.header.text:GetWidth() + 600)
f.header:SetWidth(f.header.text:GetWidth() + 30)
f.header:SetHeight(f.header.text:GetHeight() + 4)

return f;
Expand Down

0 comments on commit 6c344cd

Please sign in to comment.