mirror of
https://github.com/overte-org/overte.git
synced 2025-06-17 21:40:14 +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
|
id: mainTextContainer
|
||||||
onTextChanged: d.resize();
|
onTextChanged: d.resize();
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
|
width: messageBox.width
|
||||||
size: hifi.fontSizes.menuItem
|
size: hifi.fontSizes.menuItem
|
||||||
color: hifi.colors.baseGrayHighlight
|
color: hifi.colors.baseGrayHighlight
|
||||||
anchors {
|
anchors {
|
||||||
|
|
Loading…
Reference in a new issue