mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 10:07:16 +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
|
||||
}
|
||||
|
|
|
@ -80,7 +80,7 @@ Item {
|
|||
width: parent.width
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
padding: 4
|
||||
text: node.nodeType
|
||||
text: node.label
|
||||
color: "#EEE"
|
||||
font.pointSize: 8
|
||||
background: Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue