mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Show the calculated values are an approximation
This commit is contained in:
parent
a06f66305f
commit
4429825d15
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue