mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 16:43:33 +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
|
||||
font.pixelSize: hifi.fonts.pixelSize / 2
|
||||
text: root.text
|
||||
wrapMode: Original.Text.WordWrap
|
||||
wrapMode: Original.Text.WrapAnywhere
|
||||
}
|
||||
|
||||
Original.Image {
|
||||
|
@ -58,7 +58,7 @@ Hifi.Tooltip {
|
|||
anchors.margins: 5
|
||||
font.pixelSize: hifi.fonts.pixelSize / 2
|
||||
text: root.text
|
||||
wrapMode: Original.Text.WordWrap
|
||||
wrapMode: Original.Text.WrapAnywhere
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue