decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Adapt NPC and UI library to use "auto" scale property #1003

Open nearnshaw opened 10 months ago

nearnshaw commented 10 months ago

The npc-ui-toolkit library and the ui-toolkit-library could benefit from allowing to set the scale of different UI elements as "auto".

Today in prompt messages or in the dialog UIs on NPCs, if the text is too long it overflows. Ideally the parent should stretch and adapt to the length of the text, having an explicit min and max size.