Change colour to color for consistency

This commit is contained in:
fieldOfView 2016-08-09 09:56:23 +02:00
parent 20d2cd56a0
commit f817d30abc
6 changed files with 16 additions and 16 deletions

View file

@ -64,7 +64,7 @@ SettingItem
anchors.leftMargin: UM.Theme.getSize("default_lining").width
anchors.verticalCenter: parent.verticalCenter
color: extruders_model.getItem(control.currentIndex).colour
color: extruders_model.getItem(control.currentIndex).color
border.width: UM.Theme.getSize("default_lining").width
border.color: !enabled ? UM.Theme.getColor("setting_control_disabled_border") : UM.Theme.getColor("setting_control_border")
}