Move palette to syncstate

It should be there, since that is the only place it's being used

CURA-7418
This commit is contained in:
Jaime van Kessel 2020-06-11 17:02:37 +02:00
parent d8d3f16c9f
commit f4c5a134c2
No known key found for this signature in database
GPG Key ID: 3710727397403C91
2 changed files with 5 additions and 5 deletions

View File

@ -13,6 +13,11 @@ Row // sync state icon + message
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
spacing: UM.Theme.getSize("narrow_margin").height spacing: UM.Theme.getSize("narrow_margin").height
SystemPalette
{
id: palette
}
UM.RecolorImage UM.RecolorImage
{ {
id: icon id: icon

View File

@ -11,11 +11,6 @@ Column
{ {
spacing: UM.Theme.getSize("default_margin").height spacing: UM.Theme.getSize("default_margin").height
SystemPalette
{
id: palette
}
Label Label
{ {
id: title id: title