mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 02:53:22 +02:00
Fix TextWrapping causing undefined error.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
dec7739a05
commit
33b71d6a56
1 changed files with 2 additions and 2 deletions
|
@ -789,7 +789,7 @@ Rectangle {
|
|||
text: title
|
||||
color: "white"
|
||||
font.pointSize: 12
|
||||
wrapMode: Text.noWrap
|
||||
wrapMode: Text.NoWrap
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
Text {
|
||||
|
@ -799,7 +799,7 @@ Rectangle {
|
|||
text: url
|
||||
color: "gray"
|
||||
font.pointSize: 10
|
||||
wrapMode: Text.noWrap
|
||||
wrapMode: Text.NoWrap
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue