Fix overlapping offline indicator

This commit is contained in:
Nicolas Werner 2022-02-14 04:05:33 +01:00
parent 6854cd7e80
commit 6e1ac16f61
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 0 deletions

View File

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