Open
Description
If you make a message like:
@Parameter(visibility = ItemVisibility.MESSAGE)
private final String settingsSection = "-- Settings --";
Then the -- Settings --
string will be right aligned.
But if you add a non-empty label (e.g., " "
works well), it becomes left aligned:
@Parameter(label = "x", visibility = ItemVisibility.MESSAGE)
private final String settingsSection = "-- Settings --";
The right-aligned behavior is probably undesirable, and should be changed to left-aligned always.
/cc @milkyklim
Metadata
Metadata
Assignees
Labels
No labels