Skip to content
Snippets Groups Projects
Commit cf32f177 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

WelcomePage: proper eliding for project paths


Change-Id: I198e3d16466663a2f714ef44f3d441d1d1395801
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
parent c83ebb83
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ import QtQuick 1.0 ...@@ -34,7 +34,7 @@ import QtQuick 1.0
Item { Item {
id: projectItem id: projectItem
width: 400 width: 480
height: 32 height: 32
property alias projectName: projectNameText.text property alias projectName: projectNameText.text
...@@ -68,5 +68,6 @@ Item { ...@@ -68,5 +68,6 @@ Item {
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: 8 anchors.leftMargin: 8
font: fonts.italicDescription font: fonts.italicDescription
elide: Text.ElideRight
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment