Comment 22 for bug 968213

Revision history for this message
In , Pierre-bugzilla (pierre-bugzilla) wrote :

Created attachment 201299
increased font size and multiline support

Managed to figure it out. I have to say I'm very impressed by how easy it is to hack gnome-shell. :)

This patch improves the BaseIcon class so that it supports multiple lines. It will use the available space to fit as many lines as possible. That also means it should be completely backwards compatible as long as you don't increase the space given to it. I've changed the CSS to allow two lines of text with the new font size.

The remaining issue I have is that the "running" marker is misplaced. It seems like it is using the minimum width instead of the actual one. There's the same issue with the width, if a square look is deemed desirable.