Fixed alignment on UI Label

This commit is contained in:
2023-07-10 10:29:59 -07:00
parent d8d8c84724
commit 7c12906aac
4 changed files with 34 additions and 10 deletions

View File

@ -16,8 +16,9 @@
<UIRichTextLabel
alignment="0, 0, 0, 0"
alignX="UI_COMPONENT_ALIGN_STRETCH"
alignY="UI_COMPONENT_ALIGN_STRETCH"
alignY="UI_COMPONENT_ALIGN_MIDDLE"
ref="uiLabel"
lineHeight="2"
>
</UIRichTextLabel>
</child>