mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:13:29 +02:00
Place name is underlined
This commit is contained in:
parent
8ea01b45ae
commit
23f4f7d824
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue