View Single Post
06/23/14, 02:27 PM   #5
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 58
label:SetText(text)
label:SetDimensions(label:GetTextDimensions())

works great except the space is still there lol

i found

local NSize = string.len(TMTargetRName)

calculates the spaces correctly BUT

TargetMaintenanceName:SetDimensions(NSize,15)

its not applying to its not adjusting the space even though NSize has the correct var being applyed to it.... im getting lost lol i think something in my addon is stealing or adding space im just not sure lol

Last edited by SkOODaT : 06/23/14 at 02:31 PM.
  Reply With Quote