mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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 {
|
delegate: Label {
|
||||||
width: (ListView.view.width / ListView.view.model.count) -3
|
width: (ListView.view.width / ListView.view.model.count) -3
|
||||||
height: RowLayout.view.height
|
height: ListView.view.height
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: Colors.getChunkColor(object, {"NONE": bgColor})
|
color: Colors.getChunkColor(object, {"NONE": bgColor})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue