Timeline: Elide category labels if they get long.

Change-Id: I1f03cba1cc7a8be5d744b4d8f918ce6cd41f2612
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-01-13 14:29:00 +01:00
parent d5b4ffb2b2
commit 153bbd1f52

View File

@@ -101,6 +101,7 @@ Item {
width: 140 width: 140
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
renderType: Text.NativeRendering renderType: Text.NativeRendering
elide: Text.ElideRight
} }
Column { Column {