1
0
Fork 0
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:
Oleg Krasilnikov 2008-05-13 09:23:23 +00:00
parent a26f5af11d
commit 76f792c6e4

View file

@ -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));