[UI] Change node width

This commit is contained in:
Lee Geertsen 2019-09-11 16:20:56 +02:00 committed by Yann Lanthony
parent 0d01a2261d
commit 7e6436cef4
No known key found for this signature in database
GPG key ID: 519FAE6DF7A70642

View file

@ -154,7 +154,7 @@ class GraphLayout(QObject):
super(GraphLayout, self).__init__(graph)
self.graph = graph
self._depthMode = GraphLayout.DepthMode.MaxDepth
self._nodeWidth = 100 # implicit node width
self._nodeWidth = 150 # implicit node width
self._nodeHeight = 120 # implicit node height
self._gridSpacing = 40 # column/line spacing between nodes