[GraphEditor] AttributeItemDelegate: Use MaterialLabel for uncomputed components

This commit is contained in:
Candice Bentéjac 2024-12-11 14:59:35 +01:00
parent 99e5edf518
commit e565458131

View file

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