mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Change deactiveStates to inactiveStates
Contributes to CL-1047
This commit is contained in:
parent
79aeca9663
commit
90426749a2
3 changed files with 6 additions and 4 deletions
|
@ -10,7 +10,7 @@ Item
|
|||
{
|
||||
id: base
|
||||
property var printJob: null
|
||||
property var shadowRadius: 5
|
||||
property var shadowRadius: 5 * screenScaleFactor
|
||||
function getPrettyTime(time)
|
||||
{
|
||||
return OutputDevice.formatDuration(time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue