HBox with scaled children possible issue?

HBox doesn’t layout correctly from what I would expect. The layout sets its own size and bounding area without taking into account any children scales. I’ll look into a simple fix like using boundingbox instead of contentsize.

Note that it does work fine if you scale the HBox “panel” and leave the children items at original scale of 1.0.

If this is expected behavior then we should document it if it’s not already.