Skip to content

Commit

Permalink
[GraphEditor] AttributeItemDelegate: Use MaterialLabel for uncomputed…
Browse files Browse the repository at this point in the history
… components
  • Loading branch information
cbentejac committed Dec 11, 2024
1 parent 99e5edf commit e565458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e565458

Please sign in to comment.