mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06: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
|
||||
{
|
||||
id: machineXMaxField
|
||||
id: printerHeadMinMaxField
|
||||
UM.I18nCatalog { id: catalog; name: "cura" }
|
||||
|
||||
containerStackId: Cura.MachineManager.activeMachineId
|
||||
|
@ -64,7 +64,7 @@ NumericTextFieldWithUnit
|
|||
// show the correct value.
|
||||
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