[qt6][GraphEditor] Set preferred size for the list of chunks

This commit is contained in:
Candice Bentéjac 2024-10-01 17:38:46 +02:00
parent fbe72a0ad6
commit 8007bc51e8

View file

@ -79,7 +79,7 @@ ColumnLayout {
id: chunkDelegate
property var chunk: object
text: index
width: parent ? parent.width : 0
width: ListView.view.width
leftPadding: 8
onClicked: {
chunksLV.forceActiveFocus()