qtnodes icon indicating copy to clipboard operation
qtnodes copied to clipboard

Make the automatic layout size-aware

Open cb109 opened this issue 8 years ago • 0 comments

Currently the width of a Node is dictated by its header text, which actually is an okayish estimate that graphviz can work with. The height however is set to 0.5 by default and does not take into account the actual height of the Node, which is dictated by its number of Knobs.

pydot most likely supports setting widthand height on a Node. Currently only Edges are created from which graphviz itself derives the Nodes. We should add them explicitly so we can modify them before handing to graphviz for layouting.

cb109 avatar May 12 '16 21:05 cb109