mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[qt6][GraphEditor] Set preferred size for the list of chunks
This commit is contained in:
parent
fbe72a0ad6
commit
8007bc51e8
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue