mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 07:48:37 +02:00
[qt6][GraphEditor] Fix the width for the TaskManager's list
This commit is contained in:
parent
f06c5a2663
commit
645b822e56
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ Item {
|
|||
}
|
||||
|
||||
delegate: RowLayout {
|
||||
width: parent != null ? parent.width : undefined
|
||||
width: ListView.view.width
|
||||
height: 18
|
||||
spacing: 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue