mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
CL-470 Update the icon SVGs
Subtask of CL-457 Cura plugin: primary visual improvements
This commit is contained in:
parent
f15f6e2e37
commit
e1001c1aa4
4 changed files with 14 additions and 14 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue