Fix typo in ConfigurationListView.qml

This commit is contained in:
Lipu Fei 2018-03-14 12:59:31 +01:00
parent fc977088a8
commit b8c32eb166

View file

@ -59,7 +59,7 @@ Column
section.criteria: ViewSection.FullString section.criteria: ViewSection.FullString
section.delegate: sectionHeading section.delegate: sectionHeading
model: (ouputDevice != null) ? outputDevice.uniqueConfigurations : [] model: (outputDevice != null) ? outputDevice.uniqueConfigurations : []
delegate: ConfigurationItem delegate: ConfigurationItem
{ {
width: parent.width - UM.Theme.getSize("default_margin").width width: parent.width - UM.Theme.getSize("default_margin").width