1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

Put a border on the tab folder for the config edit dialog.

Change-Id: I07dbcf079a94f71c66669c0cc9578b98fbbc996d
This commit is contained in:
Doug Schaefer 2016-12-05 14:37:57 -05:00
parent ecc24ace4d
commit 1f75afd0c7

View file

@ -95,7 +95,7 @@ public class LaunchBarLaunchConfigDialog extends TitleAreaDialog implements ILau
setMessage(Messages.LaunchBarLaunchConfigDialog_SetParameters);
tabFolder = new CTabFolder(composite, SWT.NONE);
tabFolder = new CTabFolder(composite, SWT.BORDER);
tabFolder.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
tabFolder.addFocusListener(new FocusAdapter() {
@Override