mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Make text black
Contributes to CL-1040
This commit is contained in:
parent
35ed234991
commit
aa6ec9e44b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue