mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] TaskManager: minor QML fix
This commit is contained in:
parent
79d35ac5e3
commit
16c9e0ce4f
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ Item {
|
|||
|
||||
delegate: Label {
|
||||
width: (ListView.view.width / ListView.view.model.count) -3
|
||||
height: RowLayout.view.height
|
||||
height: ListView.view.height
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
background: Rectangle {
|
||||
color: Colors.getChunkColor(object, {"NONE": bgColor})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue