New icons for settings

This commit is contained in:
Adsooi 2021-03-31 15:58:21 +02:00
parent eddcb5a545
commit 80d5051858
46 changed files with 1703 additions and 115 deletions

View file

@ -941,7 +941,7 @@ class CursorX extends DrawableObject {
approx = approx.toPrecision(this.rounding + Math.round(approx).toString().length)
}
return `${t.name}(${this.name}) = ${t.simplify(this.x.toEditableString())}` +
(this.approximate ? ' ' + approx : '')
(this.approximate ? ' ' + approx : '')
}
getTargetElement() {