added comment alignment

This commit is contained in:
2024-07-31 18:11:16 +02:00
parent cbba14ed04
commit 030fd3edba
8 changed files with 128 additions and 23 deletions

View File

@ -109,7 +109,7 @@
}
} else if note.side == "right" {
x0 += NOTE-GAP
x0 -= lifelines.at(i).level * LIFELINE-W / 2
x0 += lifelines.at(i).level * LIFELINE-W / 2
} else if note.side == "over" or note.side == "across" {
x0 -= total-w / 2
}