Tasharen Entertainment Forum

Support => Misc Archive => Topic started by: vipo on June 12, 2014, 09:31:50 AM

Title: Popup list centred text
Post by: vipo on June 12, 2014, 09:31:50 AM
solved
Title: Re: Popup list centred text
Post by: ArenMook on June 13, 2014, 04:29:45 AM
You mean the text of the labels within the popup itself? Looking at it, no there isn't. But if you wanted to do it, you can accomplish this by modifying UIPopupList.cs, around line 729 where the labels get created.
Title: Re: Popup list centred text
Post by: ArenMook on June 13, 2014, 09:16:08 PM
Just add
  1. lbl.alignment = NGUIText.Alignment.Center;
around the line I mentioned.

Edit: Actually more needs to be done. Let me just add the option to the next update. I'll push it either tonight or tomorrow.
Title: Re: Popup list centred text
Post by: ArenMook on June 13, 2014, 10:30:32 PM
Note my "edit".
Title: Re: Popup list centred text
Post by: ArenMook on June 13, 2014, 10:44:18 PM
I've just pushed 3.6.4 so this feature should be in it.