diff --git a/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml b/share/qtcreator/welcomescreen/widgets/ExampleDelegate.qml index 22e7ec687b9274f3406d698d6eb4789ae91de4d8..8aa5d48893ccfaecb59c5393d19a6bfc72a7d48a 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}