From e5654581316445da5400006fba6d366116ddef82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Wed, 11 Dec 2024 14:59:35 +0100 Subject: [PATCH] [GraphEditor] AttributeItemDelegate: Use MaterialLabel for uncomputed components --- meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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