Skip to content

Commit

Permalink
Merge pull request #2616 from alicevision/fix/dynamicOutputIcon
Browse files Browse the repository at this point in the history
[GraphEditor] AttributeItemDelegate: Use MaterialLabel for uncomputed attributes
  • Loading branch information
cbentejac authored Dec 13, 2024
2 parents 99e5edf + e565458 commit c93fb3c
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 c93fb3c

Please sign in to comment.