Do not transform negative printhead min max values to positive while

displaying

CURA-6690
This commit is contained in:
Nino van Hooff 2019-09-19 13:56:37 +02:00
parent 5a95788493
commit 17a832f52f
3 changed files with 13 additions and 10 deletions

View file

@ -35,6 +35,7 @@ UM.TooltipArea
property alias labelWidth: fieldLabel.width
property alias unitText: unitLabel.text
property alias textField: textFieldWithUnit
property alias valueText: textFieldWithUnit.text
property alias valueValidator: textFieldWithUnit.validator
property alias editingFinishedFunction: textFieldWithUnit.editingFinishedFunction