diff NGUI-2.5.1/Assets/NGUI/Scripts/UI/UIInput.cs Project/Assets/NGUI/Scripts/UI/UIInput.cs
468c468,483
<
---
> else if (mPivot == UIWidget.Pivot.Center)
> {
> label.pivot = UIWidget.Pivot.Right;
> pos.x -= label.lineWidth * 0.5f;
> }
> else if (mPivot == UIWidget.Pivot.Top)
> {
> label.pivot = UIWidget.Pivot.TopRight;
> pos.x -= label.lineWidth * 0.5f;
> }
> else if (mPivot == UIWidget.Pivot.Bottom)
> {
> label.pivot = UIWidget.Pivot.BottomRight;
> pos.x -= label.lineWidth * 0.5f;
> }