mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:39:00 +08:00
Merge remote-tracking branch 'origin/3.6'
This commit is contained in:
commit
369747d106
@ -168,6 +168,18 @@ Item {
|
|||||||
width: 0.5 * printJobPreview.width;
|
width: 0.5 * printJobPreview.width;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Label {
|
||||||
|
id: totalTimeLabel;
|
||||||
|
anchors {
|
||||||
|
bottom: parent.bottom;
|
||||||
|
right: parent.right;
|
||||||
|
}
|
||||||
|
color: UM.Theme.getColor("text");
|
||||||
|
elide: Text.ElideRight;
|
||||||
|
font: UM.Theme.getFont("default");
|
||||||
|
text: printJob ? OutputDevice.formatDuration(printJob.timeTotal) : "";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Divider
|
// Divider
|
||||||
|
Loading…
x
Reference in New Issue
Block a user