summary refs log tree commit diff
path: root/resources/qml/ChatPage.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-02-14 04:05:33 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-02-14 04:05:33 +0100
commit6e1ac16f61b9c87f47cdd66569d2e38d5f5a3f2d (patch)
tree27ac663cd00faa6f2883b735e964a090f12f8178 /resources/qml/ChatPage.qml
parentFix missing sdk (diff)
downloadnheko-6e1ac16f61b9c87f47cdd66569d2e38d5f5a3f2d.tar.xz
Fix overlapping offline indicator
Diffstat (limited to 'resources/qml/ChatPage.qml')
-rw-r--r--resources/qml/ChatPage.qml1
1 files changed, 1 insertions, 0 deletions
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