Fix code style

This commit is contained in:
Lipu Fei 2017-12-20 13:57:48 +01:00
parent 588335c6db
commit 49ee2a543e

View File

@ -432,7 +432,7 @@ Cura.MachineAction
property int areaHeight: parent.height - y property int areaHeight: parent.height - y
property string settingKey: "machine_extruder_start_code" property string settingKey: "machine_extruder_start_code"
property bool isExtruderSetting: true property bool isExtruderSetting: true
} }
} }
Column { Column {
height: parent.height height: parent.height
@ -714,7 +714,7 @@ Cura.MachineAction
width: gcodeArea.width width: gcodeArea.width
text: _tooltip text: _tooltip
property bool _isExtruderSetting: (typeof(isExtruderSetting) === 'undefined') ? false: isExtruderSetting property bool _isExtruderSetting: (typeof(isExtruderSetting) === 'undefined') ? false : isExtruderSetting
property string _tooltip: (typeof(tooltip) === 'undefined') ? propertyProvider.properties.description : tooltip property string _tooltip: (typeof(tooltip) === 'undefined') ? propertyProvider.properties.description : tooltip
UM.SettingPropertyProvider UM.SettingPropertyProvider