Skip to content

Commit c93fb3c

Browse files
authored
Merge pull request #2616 from alicevision/fix/dynamicOutputIcon
[GraphEditor] AttributeItemDelegate: Use MaterialLabel for uncomputed attributes
2 parents 99e5edf + e565458 commit c93fb3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meshroom/ui/qml/GraphEditor/AttributeItemDelegate.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,12 @@ RowLayout {
233233

234234
Component {
235235
id: notComputedComponent
236-
Label {
236+
MaterialLabel {
237237
anchors.fill: parent
238238
text: MaterialIcons.do_not_disturb_alt
239239
horizontalAlignment: Text.AlignHCenter
240240
verticalAlignment: Text.AlignVCenter
241+
padding: 4
241242
background: Rectangle {
242243
anchors.fill: parent
243244
border.width: 0

0 commit comments

Comments
 (0)