We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you make a message like:
@Parameter(visibility = ItemVisibility.MESSAGE) private final String settingsSection = "-- Settings --";
Then the -- Settings -- string will be right aligned.
-- Settings --
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
If you make a message like:
Then the
-- Settings --
string will be right aligned.But if you add a non-empty label (e.g.,
" "
works well), it becomes left aligned:The right-aligned behavior is probably undesirable, and should be changed to left-aligned always.
/cc @milkyklim
The text was updated successfully, but these errors were encountered: