Hello everyone :),
We have a little issue with our usages of Buttons object in UiToolkit.
Indeed when we use a simple instantiation of a button, it take the size of the text set on it (like the first screenshot below)
But when we begin to complexifie a button with one or more children in it, the size of the text are not use anymore. And If children are more smaller than the text … we just don’t see the text anymore (like the second screenshot below)
Have you any ideas or tips to avoid this problem ? (Or to force the button to have a minimum height and width set on the text size)
Thanks