Place name is underlined

This commit is contained in:
Niraj Venkat 2015-06-25 15:56:40 -07:00
parent 8ea01b45ae
commit 23f4f7d824

View file

@ -34,9 +34,11 @@ Hifi.Tooltip {
anchors.right: parent.right anchors.right: parent.right
anchors.rightMargin: hifi.layout.spacing anchors.rightMargin: hifi.layout.spacing
spacing: 5 spacing: 5
Text { Text {
id: textPlace id: textPlace
color: "white" color: "white"
font.underline: true
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
font.pixelSize: hifi.fonts.pixelSize / 2 font.pixelSize: hifi.fonts.pixelSize / 2