mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 12:04:38 +02:00
Further changes to tooltip
This commit is contained in:
parent
210a1205a7
commit
de26dc9c49
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ Hifi.Tooltip {
|
||||||
anchors.margins: 5
|
anchors.margins: 5
|
||||||
font.pixelSize: hifi.fonts.pixelSize / 2
|
font.pixelSize: hifi.fonts.pixelSize / 2
|
||||||
text: root.text
|
text: root.text
|
||||||
wrapMode: Original.Text.WordWrap
|
wrapMode: Original.Text.WrapAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
Original.Image {
|
Original.Image {
|
||||||
|
@ -58,7 +58,7 @@ Hifi.Tooltip {
|
||||||
anchors.margins: 5
|
anchors.margins: 5
|
||||||
font.pixelSize: hifi.fonts.pixelSize / 2
|
font.pixelSize: hifi.fonts.pixelSize / 2
|
||||||
text: root.text
|
text: root.text
|
||||||
wrapMode: Original.Text.WordWrap
|
wrapMode: Original.Text.WrapAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue