Make network warning label wrap
BUG: 456866
This commit is contained in:
@@ -40,6 +40,8 @@ ColumnLayout {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
QQC2.Label {
|
QQC2.Label {
|
||||||
id: networkLabel
|
id: networkLabel
|
||||||
|
width: parent.width
|
||||||
|
wrapMode: Text.Wrap
|
||||||
text: i18n("NeoChat is offline. Please check your network connection.")
|
text: i18n("NeoChat is offline. Please check your network connection.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user