CL-470 Update the icon SVGs

Subtask of CL-457 Cura plugin: primary visual improvements
This commit is contained in:
Simon Edwards 2017-10-02 13:52:33 +02:00
parent f15f6e2e37
commit e1001c1aa4
4 changed files with 14 additions and 14 deletions

View file

@ -290,7 +290,7 @@ Rectangle
Image
{
width: 16 * screenScaleFactor
width: statusText.height * screenScaleFactor
height: width
anchors.right: parent.right
anchors.rightMargin: UM.Theme.getSize("default_margin").width
@ -311,7 +311,8 @@ Rectangle
{
return "action-required-icon.svg";
}
} else if (printJob.status === "wait_cleanup")
}
else if (printJob.status === "wait_cleanup")
{
return "checkmark-icon.svg";
}