Skip to content

Commit

Permalink
Fix the height of the metamodels list in the EMF configuration dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
kolovos committed Dec 9, 2024
1 parent 1616fbe commit 7e289ba
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@ public void widgetSelected(SelectionEvent e) {
metamodelList.refresh();
}
});


metamodelListLayout.heightHint = metamodelButtons.computeSize(SWT.DEFAULT, SWT.DEFAULT).y; // Do not let the list grow too tall

groupContent.layout();
groupContent.pack();
return groupContent;
Expand Down

0 comments on commit 7e289ba

Please sign in to comment.