From e6639eb8ebe69892047fefbb7a5cce7c7fca5b01 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Wed, 13 May 2020 17:36:24 +0200 Subject: [PATCH] Do not reserve height for manual sync button CURA-7290 --- resources/qml/Account/SyncState.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Account/SyncState.qml b/resources/qml/Account/SyncState.qml index b419f150f9..eb71e81ecc 100644 --- a/resources/qml/Account/SyncState.qml +++ b/resources/qml/Account/SyncState.qml @@ -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 {