diff --git a/meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml b/meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml index 774524b0e0..f433a3042a 100644 --- a/meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml +++ b/meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml @@ -233,11 +233,12 @@ RowLayout { Component { id: notComputedComponent - Label { + MaterialLabel { anchors.fill: parent text: MaterialIcons.do_not_disturb_alt horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter + padding: 4 background: Rectangle { anchors.fill: parent border.width: 0