mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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.rightMargin: hifi.layout.spacing
|
||||
spacing: 5
|
||||
|
||||
Text {
|
||||
id: textPlace
|
||||
color: "white"
|
||||
font.underline: true
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
font.pixelSize: hifi.fonts.pixelSize / 2
|
||||
|
|
Loading…
Reference in a new issue