So I have a frame and then text under it, I want it to be like the first image where its centered and scaled correctly, but its not working, ive tried text scale but not sure what to do
it does this?
So I have a frame and then text under it, I want it to be like the first image where its centered and scaled correctly, but its not working, ive tried text scale but not sure what to do
Try setting the text label’s properties to this:
AnchorPoint: 0.5, 0
Position: 0.5, 0, 1, 0 -- I have no reference of the frame sizes, this is a guess
Also make sure that you’re not using offset for the size / position, and check to see if the text label’s horizontal alignment is centered.
Show me the text label size and the bar size, because your problem is probably there.
its scale I never use offset trust
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.