Use middle on all justifyV

This commit is contained in:
Flamanis
2024-05-07 16:19:42 -05:00
parent 22177dc0d3
commit b1877af2cf
2 changed files with 3 additions and 7 deletions
@@ -1776,7 +1776,7 @@ local compare_create = function(tab, frame)
noPLayersToShow:SetText("There's no more players to compare (with the same class/spec)")
noPLayersToShow:SetSize(spell_compare_frame_width[2] - 10, spell_compare_frame_height)
noPLayersToShow:SetJustifyH("center")
noPLayersToShow:SetJustifyV ("center")
noPLayersToShow:SetJustifyV ("middle")
Details.gump:SetFontSize(noPLayersToShow, 14)
Details.gump:SetFontColor(noPLayersToShow, "gray")
frame2.NoPLayersToShow = noPLayersToShow
@@ -1840,7 +1840,7 @@ local compare_create = function(tab, frame)
noPLayersToShow:SetText("There's no more players to compare (with the same class/spec)")
noPLayersToShow:SetSize(spell_compare_frame_width[2] - 10, spell_compare_frame_height)
noPLayersToShow:SetJustifyH("center")
noPLayersToShow:SetJustifyV ("center")
noPLayersToShow:SetJustifyV ("middle")
Details.gump:SetFontSize(noPLayersToShow, 14)
Details.gump:SetFontColor(noPLayersToShow, "gray")
frame3.NoPLayersToShow = noPLayersToShow