mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:09:01 +08:00
Use more meaning ID
CURA-6834
This commit is contained in:
parent
d1f9245d26
commit
01345650e7
@ -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…
x
Reference in New Issue
Block a user