mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 04:11:07 -07:00
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:
parent
d8d3f16c9f
commit
f4c5a134c2
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,11 +11,6 @@ Column
|
|||
{
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
|
||||
SystemPalette
|
||||
{
|
||||
id: palette
|
||||
}
|
||||
|
||||
Label
|
||||
{
|
||||
id: title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue