Revert "Change spelling of "colour" to "color" for consistency"

This reverts commit 963a2092ef.

I still say we should use "colour" for consistency, but that change should not be part of this branch.

CURA-333
This commit is contained in:
fieldOfView 2016-06-22 10:19:44 +02:00
parent b17d621243
commit 6adc4ef284
6 changed files with 16 additions and 16 deletions

View file

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