[ui] use Node label in GraphEditor

This commit is contained in:
Yann Lanthony 2018-11-16 20:02:48 +01:00
parent e80bdd1161
commit 7db4beea89
2 changed files with 2 additions and 2 deletions

View file

@ -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 {