Skip to content

Fileitem as container

Since the item is an actor itself for some cycles now, it can now be used without using an internal St.Bin to handle the content, and while it should always expand and fill the space it's allocated for it, the internal layout containing the icon and the label should not expand and be vertically and horizontally centered.

Fixes #202 (closed)


There's still a downside though, as the text won't be multi-line, but I need to figure out how to make sure that it's always centered in both cases. Any quick tip?

As per this, I've moved events code to use vfuncs instead.

Merge request reports