Skip to content

applets/window-list: Prevent window title from displacing items on the panel

Guilherme Marçal Silva requested to merge (removed):window_list_elipsis into master

If the window title is too big, the text can displace all other elements on the panel. Add a limit of characters and elide text that is longer than that.

Elided text:

Before After
image image

I'm still learning to program, so go easy on me! 😁

BUG:456148

Edited by Guilherme Marçal Silva

Merge request reports