mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[496808] Use new FilteredTree style
Change-Id: I8f181f73e55361894027a0f01acd175ae0c37bec Signed-off-by: Aurelien Pupier <apupier@redhat.com>
This commit is contained in:
parent
69465ac525
commit
84f5872d31
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ public class RSENewConnectionWizardSelectionPage extends WizardPage {
|
||||||
label.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
|
label.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
|
||||||
|
|
||||||
filteredTreeFilter = new RSEWizardSelectionTreePatternFilter();
|
filteredTreeFilter = new RSEWizardSelectionTreePatternFilter();
|
||||||
filteredTree = new FilteredTree(composite, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER, filteredTreeFilter);
|
filteredTree = new FilteredTree(composite, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER, filteredTreeFilter, true);
|
||||||
filteredTree.setBackground(parent.getDisplay().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND));
|
filteredTree.setBackground(parent.getDisplay().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND));
|
||||||
GridData layoutData = new GridData(GridData.FILL_BOTH);
|
GridData layoutData = new GridData(GridData.FILL_BOTH);
|
||||||
layoutData.heightHint = 325; layoutData.widthHint = 450;
|
layoutData.heightHint = 325; layoutData.widthHint = 450;
|
||||||
|
|
Loading…
Add table
Reference in a new issue