Commit fd399824e43682dbccd9ac6d7417ca1c28719f1e
1 parent
0f9e490069
Exists in
master
Made diamond taller.
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
screen_sequence_diagrams/add_class.dot
View file @
fd39982
... | ... | @@ -15,7 +15,8 @@ |
15 | 15 | "SUCCESS"[shape=none]; |
16 | 16 | "FAILURE"[shape=none]; |
17 | 17 | |
18 | - "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond]; | |
18 | + "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond, | |
19 | + fixedsize=true, width=1.4, height=1.4]; | |
19 | 20 | "WhiteListCheck"[center=true, fillcolor="#aaaaff", style=filled, style=filled]; |
20 | 21 | "Sidebar Menu" -> "POST"; |
21 | 22 | "POST" -> "Controller"; |