mirror of
https://github.com/overte-org/overte.git
synced 2025-06-17 18:20:32 +02:00
Set message dialog text width so wrap mode takes effect
This commit is contained in:
parent
75c1bdbf0d
commit
a1d18feb0a
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ ModalWindow {
|
|||
id: mainTextContainer
|
||||
onTextChanged: d.resize();
|
||||
wrapMode: Text.WordWrap
|
||||
width: messageBox.width
|
||||
size: hifi.fontSizes.menuItem
|
||||
color: hifi.colors.baseGrayHighlight
|
||||
anchors {
|
||||
|
|
Loading…
Reference in a new issue