engageLively / galyleo-dashboard

3 stars 2 forks source link

Labels don't respond to fix-width/fix height commands #114

Open rickmcgeer opened 1 year ago

rickmcgeer commented 1 year ago

The text should reshape to accommodate the box

merryman commented 1 year ago

Labels always fit to their contents, that is the default behaviour. You can not specify a fixed width or height of a label. That being said, as part of the new renderer implementation, we move to replacing a labels with text morphs. We do that by making text morphs more "smart" in that they only initialise the data structures internally that are actually needed to implement the required behaviour. In this way the decision between labels and text is not longer pushed onto the user but is instead handled by the system. I am expecting the new renderer to land towards the end of this year, so stay tuned.