From ebf4212f71a2a58fd7aaa1abc246c873e41a3b91 Mon Sep 17 00:00:00 2001
From: Eike Ziller <eike.ziller@nokia.com>
Date: Thu, 21 Jul 2011 11:06:00 +0200
Subject: [PATCH] Attach tags to bottom of description.

Change-Id: Idbd219ec17ba36c14565c08be4c7cd2e1246f1b1
Reviewed-on: http://codereview.qt.nokia.com/1933
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
---
 share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml b/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
index 22e7ec687b9..8aa5d48893c 100644
--- a/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
+++ b/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml
@@ -94,14 +94,13 @@ Rectangle {
         wrapMode: Text.WordWrap
         text: model.description
         color:"#444"
-        height: 80
     }
 
     Row {
         id: tagLine;
-        anchors.bottomMargin: 20
-        anchors.bottom: parent.bottom
+        anchors.top: description.bottom
         anchors.left: parent.left
+        anchors.topMargin: 5
         anchors.leftMargin: 10
         anchors.rightMargin: 26
         Text { id: labelText; text: "Tags: " ; color: "#999"; font.pixelSize: 11}
-- 
GitLab