From 6e1ac16f61b9c87f47cdd66569d2e38d5f5a3f2d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 14 Feb 2022 04:05:33 +0100 Subject: [PATCH] Fix overlapping offline indicator --- resources/qml/ChatPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml index 7cc6552a..c39f442e 100644 --- a/resources/qml/ChatPage.qml +++ b/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