forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user