Skip to content

Commit

Permalink
Issue eclipse-archived#195: Fix the template table background for new…
Browse files Browse the repository at this point in the history
… project wizard
  • Loading branch information
eharris369 committed Aug 1, 2019
1 parent 9f2371b commit 47f05f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ private void createContents(Composite parent) {
GridData data = new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1);
data.heightHint = 100;
selectionTable.setLayoutData(data);
selectionTable.setBackground(templateGroup.getBackground());
selectionTable.setForeground(templateGroup.getForeground());

// Columns
final TableColumn featureColumn = new TableColumn(selectionTable, SWT.NONE);
Expand Down

0 comments on commit 47f05f8

Please sign in to comment.