Skip to content

Messages are right-aligned #29

Open
@ctrueden

Description

@ctrueden

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions