Index: controls/Legend.qml =================================================================== --- controls/Legend.qml +++ controls/Legend.qml @@ -95,7 +95,7 @@ font: control.font - layoutWidth: control.Layout.maximumWidth / legendRepeater.count + layoutWidth: control.Layout.maximumWidth / Math.ceil(legendRepeater.count / legend.rows) - control.spacing } } }