diff --git a/resources/qml/Account/SyncState.qml b/resources/qml/Account/SyncState.qml index 98e5991b5a..0eb67d0c00 100644 --- a/resources/qml/Account/SyncState.qml +++ b/resources/qml/Account/SyncState.qml @@ -13,6 +13,11 @@ Row // sync state icon + message anchors.horizontalCenter: parent.horizontalCenter spacing: UM.Theme.getSize("narrow_margin").height + SystemPalette + { + id: palette + } + UM.RecolorImage { id: icon diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml index a39e7f1074..63215a0540 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -11,11 +11,6 @@ Column { spacing: UM.Theme.getSize("default_margin").height - SystemPalette - { - id: palette - } - Label { id: title