Wrap welcome message.

Fix #148.
This commit is contained in:
Black
2020-02-08 23:27:28 -08:00
parent b22c238365
commit c8b02cf907

View File

@@ -163,12 +163,14 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
text: "Welcome to Matrix, a new era of instant messaging." text: "Welcome to Matrix, a new era of instant messaging."
wrapMode: Label.Wrap
} }
Label { Label {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
text: "To start chatting, select a room from the room list." text: "To start chatting, select a room from the room list."
wrapMode: Label.Wrap
} }
} }