Comment 16 for bug 748101

Revision history for this message
Marco Biscaro (marcobiscaro2112) wrote : Re: "See more..." line should be base-aligned with section header in Dash

Unity 2D is using Qt (if I'm not mistaken) to manage the dash's layout.

I think (at least from what I've researched so far) that Nux can't handle complex layouts (at moment, it's using a HLayout, that can only use TOP, MIDDLE or BOTTOM positions - that affects all components on layout).

There are some Nux class that can handle this kind of layout? Or maybe we need to use nested layouts?

If I'm wrong, please, someone give the right direction.