From f4c5a134c27bf9c08137b65bb8cb550b7f0c9e57 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 11 Jun 2020 17:02:37 +0200 Subject: [PATCH] Move palette to syncstate It should be there, since that is the only place it's being used CURA-7418 --- resources/qml/Account/SyncState.qml | 5 +++++ resources/qml/Account/UserOperations.qml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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