Need to support text alignment

This commit is contained in:
2023-07-09 22:06:50 -07:00
parent 83f5d99c65
commit d8d8c84724
4 changed files with 15 additions and 12 deletions

View File

@ -14,11 +14,9 @@
<child>
<UIRichTextLabel
alignment="0, 0, 65, 192"
alignUnitLeft="UI_COMPONENT_ALIGN_UNIT_PERCENT"
alignUnitRight="UI_COMPONENT_ALIGN_UNIT_PERCENT"
alignX="UI_COMPONENT_ALIGN_MIDDLE"
alignY="UI_COMPONENT_ALIGN_MIDDLE"
alignment="0, 0, 0, 0"
alignX="UI_COMPONENT_ALIGN_STRETCH"
alignY="UI_COMPONENT_ALIGN_STRETCH"
ref="uiLabel"
>
</UIRichTextLabel>