Don't anchor status label to button any more

It's now in a completely different place.

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-10-12 10:17:03 +02:00
parent 4661b02e4c
commit 052e33e66b
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF

View file

@ -235,9 +235,6 @@ Window
{
id: syncStatusLabel
anchors.right: syncButton.left
anchors.rightMargin: UM.Theme.getSize("default_margin").width
visible: text !== ""
text: ""
color: UM.Theme.getColor("text")