Please provide a skinparam to define the minimum width of the participant box on sequence diagrams

0 votes
asked Jun 16, 2016 in Closed feature request by scouture3 (120 points)
Please provide a skinparam to define the minimum width of the participant box on sequence diagrams.

1 Answer

+1 vote
answered Jun 16, 2016 by plantuml (295,000 points)
selected Jul 7, 2018 by Anthony-Gaudino
 
Best answer

With last beta: https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

You can now have:

@startuml
skinparam minClassWidth 400
Alice -> Bob : hello
@enduml

Is this what you are looking for ?

...