correct spacing again....

This commit is contained in:
RFBomb 2021-01-25 23:12:19 -05:00 committed by GitHub
parent 5130b5814d
commit e6cb24cbbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -360,13 +360,13 @@ Item
Cura.SimpleCheckBox // "Shared Heater"
{
id: sharedHeaterCheckBox
containerStackId: machineStackId
settingKey: "machine_extruders_share_heater"
settingStoreIndex: propertyStoreIndex
labelText: catalog.i18nc("@label", "Shared Heater")
labelFont: base.labelFont
labelWidth: base.labelWidth
forceUpdateOnChangeFunction: forceUpdateFunction
containerStackId: machineStackId
settingKey: "machine_extruders_share_heater"
settingStoreIndex: propertyStoreIndex
labelText: catalog.i18nc("@label", "Shared Heater")
labelFont: base.labelFont
labelWidth: base.labelWidth
forceUpdateOnChangeFunction: forceUpdateFunction
}
*/
}