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

Have command line aligner correctly load plugins #1236

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

t-cordonnier
Copy link
Contributor

Command line aligner did not properly load filter plugins: you could open the UI but any file would be unsupported

Pull request type

Bug

Please mark github LABEL of the type of change your PR introduces:

  • Bug fix -> [bug]

@t-cordonnier t-cordonnier marked this pull request as draft December 28, 2024 06:22
@miurahr
Copy link
Member

miurahr commented Mar 4, 2025

Summary of changes

This Pull Request introduces updates to improve the user interface and configuration management for file alignment functionalities in the codebase. It focuses on initializing design components and adjusting font scaling for better UI consistency.

Main changes:

  • AlignFilePickerController.java:
    • Added a call to UIDesignManager.initialize() for initializing the UI design manager.
    • Modified the filter initialization process via FilterMaster.setFilterClasses().
  • AlignPanelController.java:
    • Updated the font configuration of the table component to use a scaled font via FontUtil.getScaledFont() for better adaptability.

@miurahr miurahr self-requested a review March 4, 2025 22:55
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

Successfully merging this pull request may close these issues.

2 participants