Skip to content
Snippets Groups Projects
Commit 9d3d85c5 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Use different height setting

parent 5bed3684
No related branches found
No related tags found
No related merge requests found
Pipeline #2576 passed
......@@ -26,10 +26,12 @@ Rectangle {
color: Nheko.theme.error
visible: !TimelineManager.isConnected
Layout.preferredHeight: fontMetrics.height + Nheko.paddingMedium
Layout.preferredHeight: offlineLabel.height + Nheko.paddingMedium
Layout.fillWidth: true
Label {
id: offlineLabel
anchors.centerIn: parent
text: qsTr("No network connection")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment