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 {