Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages are right-aligned #29

Open
ctrueden opened this issue Sep 27, 2017 · 1 comment
Open

Messages are right-aligned #29

ctrueden opened this issue Sep 27, 2017 · 1 comment

Comments

@ctrueden
Copy link
Member

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

@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/access-to-imagej2-input-harvester-generated-elements/49338/3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants