[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 { Component {
id: notComputedComponent id: notComputedComponent
Label { MaterialLabel {
anchors.fill: parent anchors.fill: parent
text: MaterialIcons.do_not_disturb_alt text: MaterialIcons.do_not_disturb_alt
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
padding: 4
background: Rectangle { background: Rectangle {
anchors.fill: parent anchors.fill: parent
border.width: 0 border.width: 0