Make text black

Contributes to CL-1040
This commit is contained in:
Ian Paschal 2018-11-08 11:48:22 +01:00
parent 35ed234991
commit aa6ec9e44b

View File

@ -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) : "";
} }
} }