From 2cd307a7b007ef7752d0797d6e99492e797fa0a2 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 23 Sep 2016 12:44:52 +0200 Subject: [PATCH] Welcome: Fix width of session labels Set the width, so long labels are elided. Change-Id: I9121f56e11de6098414f8fa2b92c4b4b8d541909 Reviewed-by: Orgad Shaneh --- share/qtcreator/welcomescreen/widgets/SessionItem.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/welcomescreen/widgets/SessionItem.qml b/share/qtcreator/welcomescreen/widgets/SessionItem.qml index 770dfbf5402..00c0b85fade 100644 --- a/share/qtcreator/welcomescreen/widgets/SessionItem.qml +++ b/share/qtcreator/welcomescreen/widgets/SessionItem.qml @@ -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