Do not reserve height for manual sync button

CURA-7290
This commit is contained in:
Nino van Hooff 2020-05-13 17:36:24 +02:00
parent 59b40c72f0
commit e6639eb8eb

View file

@ -64,6 +64,7 @@ Row // sync state icon + message
font: UM.Theme.getFont("medium")
renderType: Text.NativeRendering
visible: Cura.API.account.manualSyncEnabled
height: visible ? accountSyncButton.intrinsicHeight : 0
MouseArea
{