Welcome: Fix width of session labels

Set the width, so long labels are elided.

Change-Id: I9121f56e11de6098414f8fa2b92c4b4b8d541909
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Eike Ziller
2016-09-23 12:44:52 +02:00
parent 324aa339a0
commit 2cd307a7b0

View File

@@ -72,6 +72,7 @@ Item {
id: titleText
x: 36
height: 30
width: parent.width - x
anchors.top: parent.top
elide: Text.ElideRight
color: creatorTheme.Welcome_LinkColor