mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[GraphEditor] AttributeItemDelegate: Use MaterialLabel for uncomputed components
This commit is contained in:
parent
99e5edf518
commit
e565458131
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue