[qt6][GraphEditor] Fix the width for the TaskManager's list

This commit is contained in:
Candice Bentéjac 2024-10-01 17:42:44 +02:00
parent f06c5a2663
commit 645b822e56

View file

@ -134,7 +134,7 @@ Item {
}
delegate: RowLayout {
width: parent != null ? parent.width : undefined
width: ListView.view.width
height: 18
spacing: 3