forked from qt-creator/qt-creator
Timeline: Elide category labels if they get long.
Change-Id: I1f03cba1cc7a8be5d744b4d8f918ce6cd41f2612 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user