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 {
|
Label {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
elide: Text.ElideMiddle
|
elide: Text.ElideMiddle
|
||||||
text: node.nodeType
|
text: node.label
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
padding: 6
|
padding: 6
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,7 +80,7 @@ Item {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
padding: 4
|
padding: 4
|
||||||
text: node.nodeType
|
text: node.label
|
||||||
color: "#EEE"
|
color: "#EEE"
|
||||||
font.pointSize: 8
|
font.pointSize: 8
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue