mirror of
https://github.com/overte-org/overte.git
synced 2025-08-14 14:36:43 +02:00
remove wrap
This commit is contained in:
parent
12a70d57c2
commit
1d43ca48bd
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ Original.CheckBox {
|
|||
text: checkBox.text
|
||||
color: checkBox.color
|
||||
x: 2
|
||||
wrapMode: checkBox.wrap ? Text.Wrap : Text.NoWrap
|
||||
elide: checkBox.wrap ? Text.ElideNone : Text.ElideRight
|
||||
//wrapMode: checkBox.wrap ? Text.Wrap : Text.NoWrap
|
||||
//elide: checkBox.wrap ? Text.ElideNone : Text.ElideRight
|
||||
enabled: checkBox.enabled
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue