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:
parent
ecc24ace4d
commit
1f75afd0c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue