forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user