hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Allow preferences for OrthogonalLayout #103

Closed hasii2011 closed 4 years ago

hasii2011 commented 4 years ago

Plugin should popup a dialog to allow change of:

params["orientation"] = "vertical" params["layer spacing"] = 150.0 params["node spacing"] = 100.0 params['compact layout'] = False

hasii2011 commented 4 years ago

Verified