[ui] TaskManager: minor QML fix

This commit is contained in:
Yann Lanthony 2020-01-24 12:01:49 +01:00
parent 79d35ac5e3
commit 16c9e0ce4f

View file

@ -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})