mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Use more meaning ID
CURA-6834
This commit is contained in:
parent
d1f9245d26
commit
01345650e7
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ import Cura 1.1 as Cura
|
||||||
//
|
//
|
||||||
NumericTextFieldWithUnit
|
NumericTextFieldWithUnit
|
||||||
{
|
{
|
||||||
id: machineXMaxField
|
id: printerHeadMinMaxField
|
||||||
UM.I18nCatalog { id: catalog; name: "cura" }
|
UM.I18nCatalog { id: catalog; name: "cura" }
|
||||||
|
|
||||||
containerStackId: Cura.MachineManager.activeMachineId
|
containerStackId: Cura.MachineManager.activeMachineId
|
||||||
|
|
@ -64,7 +64,7 @@ NumericTextFieldWithUnit
|
||||||
// show the correct value.
|
// show the correct value.
|
||||||
if (!textField.activeFocus && !textField.acceptableInput)
|
if (!textField.activeFocus && !textField.acceptableInput)
|
||||||
{
|
{
|
||||||
valueText = Qt.binding(function() { return machineXMaxField.axisValue })
|
valueText = Qt.binding(function() { return printerHeadMinMaxField.axisValue })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue