Skip to content

applet: Fix sizing model of the default button and description labels

ivan tkachenko requested to merge work/ratijas/labels-width-layout into master

With ol' good anchors it just works, and does not expand 🚀 to the moon 🚀. No more need for a MouseArea and Text::contentWidth hacks.

Before After
image image

Why do we have this default button separate from the descriptive label now? It's kidna weird that if I have only one sink/source then I get a description on hover, but if there are multiple — I only get short names. Should be kinda opposite of that, no?

Merge request reports