Fix a text artifact (overlaid ':' character)

The ':' text item in Detail.qml was visible in RangeDetails
and SelectionRangeDetails. Looked like an irritating text
rendering artifact on the left of the Deatil labels.

I assume that the Text Item was of no use and removing it is
fine.

Change-Id: Ic9c4eec495219b288d18d2179197ffaf01e00afe
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Alessandro Portale
2011-12-29 21:21:40 +01:00
parent 67bde11f1b
commit 7797935287

View File

@@ -53,13 +53,6 @@ Item {
font.pixelSize: 12
font.bold: true
}
Text {
text:":"
font.pixelSize: 12
font.bold: true
anchors.right: baseline.left
anchors.baseline: lbl.baseline
}
Text {
text: content
font.pixelSize: 12