Fix overlapping offline indicator

pull/939/head
Nicolas Werner 3 years ago
parent 6854cd7e80
commit 6e1ac16f61
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      resources/qml/ChatPage.qml

@ -28,6 +28,7 @@ Rectangle {
visible: !TimelineManager.isConnected
Layout.preferredHeight: offlineLabel.height + Nheko.paddingMedium
Layout.fillWidth: true
z: 1
Label {
id: offlineLabel

Loading…
Cancel
Save