Fix overlapping offline indicator
This commit is contained in:
parent
6854cd7e80
commit
6e1ac16f61
@ -28,6 +28,7 @@ Rectangle {
|
|||||||
visible: !TimelineManager.isConnected
|
visible: !TimelineManager.isConnected
|
||||||
Layout.preferredHeight: offlineLabel.height + Nheko.paddingMedium
|
Layout.preferredHeight: offlineLabel.height + Nheko.paddingMedium
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
z: 1
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: offlineLabel
|
id: offlineLabel
|
||||||
|
Loading…
Reference in New Issue
Block a user