Skip to content
Commit 667b95e2 authored by Niccolò Venerandi's avatar Niccolò Venerandi Committed by Vlad Zahorodnii
Browse files

Make window captions in Overview 2 lines at most

Captions are set to elide with ElideRight, which does allow for multi-line captions.
However, this means that the height of the captions depends on their width (since a shorter
width results in more lines), and the width of the captions depends on the size of the
window thumbnail, which depends on the height of the caption to be positioned. If the
caption is really long, this can cause visual glitches. Having a maximum line value avoids that.

BUG: 477103
parent 5ddc0b26
Pipeline #554631 passed with stage
in 8 minutes and 13 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment