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

@ -138,7 +138,7 @@ Column
anchors.leftMargin: (parent.height - height) / 2
anchors.verticalCenter: parent.verticalCenter
color: model.colour
color: model.color
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("toggle_checked")
}