mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] Node: display Attribute labels instead of technical names
This commit is contained in:
parent
ac149e1e51
commit
79d35ac5e3
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ RowLayout {
|
|||
id: nameLabel
|
||||
|
||||
property bool hovered: (inputConnectMA.containsMouse || inputConnectMA.drag.active || inputDropArea.containsDrag || outputConnectMA.containsMouse || outputConnectMA.drag.active || outputDropArea.containsDrag)
|
||||
text: attribute.name
|
||||
text: attribute.label
|
||||
elide: hovered ? Text.ElideNone : Text.ElideMiddle
|
||||
width: hovered ? contentWidth : parent.width
|
||||
font.pointSize: 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue