mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] use Node label in GraphEditor
This commit is contained in:
parent
e80bdd1161
commit
7db4beea89
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ ColumnLayout {
|
|||
Label {
|
||||
Layout.fillWidth: true
|
||||
elide: Text.ElideMiddle
|
||||
text: node.nodeType
|
||||
text: node.label
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
padding: 6
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue