Skip to content

Commit e565458

Browse files
committed
[GraphEditor] AttributeItemDelegate: Use MaterialLabel for uncomputed components
1 parent 99e5edf commit e565458

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)