Merge pull request #714 from Flamanis/More-cata-Fixes
Add version check for justify.
This commit is contained in:
@@ -460,7 +460,11 @@ detailsFramework.TextEntryCounter = detailsFramework.TextEntryCounter or 1
|
||||
end
|
||||
|
||||
self:SetJustifyH("left")
|
||||
self:SetJustifyV("middle")
|
||||
if detailsFramework.IsCataWow() then
|
||||
self:SetJustifyV("middle")
|
||||
else
|
||||
self:SetJustifyV("center")
|
||||
end
|
||||
self:SetTextInsets(18, 14, 0, 0)
|
||||
|
||||
local magnifyingGlassTexture = self:CreateTexture(nil, "OVERLAY")
|
||||
|
||||
Reference in New Issue
Block a user