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
+1 -5
View File
@@ -461,11 +461,7 @@ detailsFramework.TextEntryCounter = detailsFramework.TextEntryCounter or 1
end
self:SetJustifyH("left")
if detailsFramework.IsCataWow() then
self:SetJustifyV("middle")
else
self:SetJustifyV("center")
end
self:SetJustifyV("middle")
self:SetTextInsets(18, 14, 0, 0)
local magnifyingGlassTexture = self:CreateTexture(nil, "OVERLAY")