Make network warning label wrap

BUG: 456866
This commit is contained in:
Tobias Fella
2022-11-16 20:53:28 +01:00
parent 5e15c38afb
commit 73e7f3eaf1

View File

@@ -40,6 +40,8 @@ ColumnLayout {
Layout.fillWidth: true
QQC2.Label {
id: networkLabel
width: parent.width
wrapMode: Text.Wrap
text: i18n("NeoChat is offline. Please check your network connection.")
}
}