Truncate osd text

This commit is contained in:
David Heinemeier Hansson
2026-05-17 19:58:34 +02:00
parent 9878b5b791
commit 73d3d3a8af
@@ -133,6 +133,9 @@ Item {
font.bold: true
font.pixelSize: 14
color: Color.foreground
elide: Text.ElideRight
maximumLineCount: 1
clip: true
}
}
}