mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-04 16:06:03 +08:00
Make text black
Contributes to CL-1040
This commit is contained in:
parent
35ed234991
commit
aa6ec9e44b
@ -178,7 +178,6 @@ Item {
|
|||||||
color: UM.Theme.getColor("text");
|
color: UM.Theme.getColor("text");
|
||||||
elide: Text.ElideRight;
|
elide: Text.ElideRight;
|
||||||
font: UM.Theme.getFont("default");
|
font: UM.Theme.getFont("default");
|
||||||
opacity: 0.6;
|
|
||||||
text: printJob ? OutputDevice.formatDuration(printJob.timeTotal) : "";
|
text: printJob ? OutputDevice.formatDuration(printJob.timeTotal) : "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user