mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 16:35:55 +08:00
Show the calculated values are an approximation
This commit is contained in:
parent
a06f66305f
commit
4429825d15
@ -185,7 +185,7 @@ TabView
|
||||
Label
|
||||
{
|
||||
width: base.secondColumnWidth
|
||||
text: "%1 m".arg(Math.round(base.spoolLength))
|
||||
text: "~ %1 m".arg(Math.round(base.spoolLength))
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
height: parent.rowHeight
|
||||
}
|
||||
@ -194,7 +194,7 @@ TabView
|
||||
Label
|
||||
{
|
||||
width: base.secondColumnWidth
|
||||
text: "%1 %2/m".arg(base.costPerMeter.toFixed(2)).arg(base.currency)
|
||||
text: "~ %1 %2/m".arg(base.costPerMeter.toFixed(2)).arg(base.currency)
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
height: parent.rowHeight
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user