mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[UI] Change node width
This commit is contained in:
parent
0d01a2261d
commit
7e6436cef4
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class GraphLayout(QObject):
|
||||||
super(GraphLayout, self).__init__(graph)
|
super(GraphLayout, self).__init__(graph)
|
||||||
self.graph = graph
|
self.graph = graph
|
||||||
self._depthMode = GraphLayout.DepthMode.MaxDepth
|
self._depthMode = GraphLayout.DepthMode.MaxDepth
|
||||||
self._nodeWidth = 100 # implicit node width
|
self._nodeWidth = 150 # implicit node width
|
||||||
self._nodeHeight = 120 # implicit node height
|
self._nodeHeight = 120 # implicit node height
|
||||||
self._gridSpacing = 40 # column/line spacing between nodes
|
self._gridSpacing = 40 # column/line spacing between nodes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue