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

Make the ontology info and nodegroup view table fit the entire panel #94

Closed
pauls4GE opened this issue Aug 3, 2023 · 1 comment · Fixed by #104
Closed

Make the ontology info and nodegroup view table fit the entire panel #94

pauls4GE opened this issue Aug 3, 2023 · 1 comment · Fixed by #104
Assignees

Comments

@pauls4GE
Copy link
Contributor

pauls4GE commented Aug 3, 2023

Background:
The nodegroup view table and ontology tables have fixed sizing and do not fill their parent panels and do not scale/respond to panel size changes.

image

Acceptance Criteria:
Both the nodegroup view and ontology panel tables should scale (responsively) with panel size.

Implementation Details:

@davidcok
Copy link
Collaborator

@pauls4GE @chrisage The Nodegroup View uses a SWT Table widget, which is quite limited -- e.g. it only holds test and does not permit line wrapping in the cells. Also it does not scale nicely with changes in View size.

So the solution is probably to customize a generic Grid widget. That is a bit of work, but I'll start in on it unless you say it is not worth the trouble.

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 a pull request may close this issue.

2 participants