mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Small text fix
This commit is contained in:
parent
a26f5af11d
commit
76f792c6e4
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public abstract class AbstractCPropertyTab implements ICPropertyTab {
|
|||
protected void createControls(Composite parent) {
|
||||
parent.setLayout(new FillLayout());
|
||||
background = new CLabel(parent, SWT.CENTER | SWT.SHADOW_NONE);
|
||||
background.setText(BACKGROUND_TEXT_DEFAULT);
|
||||
background.setText(EMPTY_STR);
|
||||
background.setLayout(new GridLayout(2, false));
|
||||
usercomp = new Composite(background, SWT.NONE);
|
||||
usercomp.setLayoutData(new GridData(GridData.FILL_BOTH));
|
||||
|
|
Loading…
Add table
Reference in a new issue