Index: sources/gui/qml/compounds/CheckListView.qml =================================================================== diff -u -rc6cfb5043fc9c29cc039e36915368bcd3a63baa6 -rcdf80193148db0831cf2c1067732ddc6f6dac5fb --- sources/gui/qml/compounds/CheckListView.qml (.../CheckListView.qml) (revision c6cfb5043fc9c29cc039e36915368bcd3a63baa6) +++ sources/gui/qml/compounds/CheckListView.qml (.../CheckListView.qml) (revision cdf80193148db0831cf2c1067732ddc6f6dac5fb) @@ -34,6 +34,7 @@ property alias completeText : _completeText.text property int delegateWidth : Variables.checkListViewItemWidth property int delegateHeight : Variables.checkListViewItemHeight + property bool centerInRoot : true function resetItems() { if ( visible ) { @@ -54,7 +55,7 @@ height : _root.delegateHeight * _root.stepNames.length Column { - anchors.centerIn: _root + anchors.centerIn: centerInRoot ? _root : undefined Repeater { id: _listView model : _root.stepNames