Skip to content
Snippets Groups Projects
Commit ebf4212f authored by Eike Ziller's avatar Eike Ziller
Browse files

Attach tags to bottom of description.

Change-Id: Idbd219ec17ba36c14565c08be4c7cd2e1246f1b1
Reviewed-on: http://codereview.qt.nokia.com/1933


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
parent 5391a20a
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
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