mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-27 16:06:28 +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
|
@ -154,7 +154,7 @@ class GraphLayout(QObject):
|
|||
super(GraphLayout, self).__init__(graph)
|
||||
self.graph = graph
|
||||
self._depthMode = GraphLayout.DepthMode.MaxDepth
|
||||
self._nodeWidth = 150 # implicit node width
|
||||
self._nodeWidth = 160 # implicit node width
|
||||
self._nodeHeight = 120 # implicit node height
|
||||
self._gridSpacing = 40 # column/line spacing between nodes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue