diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-02-14 04:05:33 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-02-14 04:05:33 +0100 |
commit | 6e1ac16f61b9c87f47cdd66569d2e38d5f5a3f2d (patch) | |
tree | 27ac663cd00faa6f2883b735e964a090f12f8178 /resources/qml/ChatPage.qml | |
parent | Fix missing sdk (diff) | |
download | nheko-6e1ac16f61b9c87f47cdd66569d2e38d5f5a3f2d.tar.xz |
Fix overlapping offline indicator
Diffstat (limited to 'resources/qml/ChatPage.qml')
-rw-r--r-- | resources/qml/ChatPage.qml | 1 |
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 |