From c8b02cf90706f3b14c88f7b8414f375e95f3483c Mon Sep 17 00:00:00 2001 From: Black Date: Sat, 8 Feb 2020 23:27:28 -0800 Subject: [PATCH] Wrap welcome message. Fix #148. --- imports/Spectral/Panel/RoomPanel.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imports/Spectral/Panel/RoomPanel.qml b/imports/Spectral/Panel/RoomPanel.qml index abef9a405..3add04a3c 100644 --- a/imports/Spectral/Panel/RoomPanel.qml +++ b/imports/Spectral/Panel/RoomPanel.qml @@ -163,12 +163,14 @@ Item { anchors.horizontalCenter: parent.horizontalCenter text: "Welcome to Matrix, a new era of instant messaging." + wrapMode: Label.Wrap } Label { anchors.horizontalCenter: parent.horizontalCenter text: "To start chatting, select a room from the room list." + wrapMode: Label.Wrap } }