1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[244608] [memory] import dialog needs better validation

This commit is contained in:
Ted Williams 2008-08-25 16:29:56 +00:00
parent 7174e4d974
commit c28276e43b
2 changed files with 0 additions and 2 deletions

View file

@ -97,7 +97,6 @@ public class PlainTextExporter implements IMemoryExporter {
fStartText = new Text(composite, SWT.NONE); fStartText = new Text(composite, SWT.NONE);
data = new FormData(); data = new FormData();
data.top = new FormAttachment(startLabel);
data.left = new FormAttachment(startLabel); data.left = new FormAttachment(startLabel);
data.width = 100; data.width = 100;
fStartText.setLayoutData(data); fStartText.setLayoutData(data);

View file

@ -94,7 +94,6 @@ public class SRecordExporter implements IMemoryExporter
fStartText = new Text(composite, SWT.NONE); fStartText = new Text(composite, SWT.NONE);
data = new FormData(); data = new FormData();
data.top = new FormAttachment(startLabel);
data.left = new FormAttachment(startLabel); data.left = new FormAttachment(startLabel);
data.width = 100; data.width = 100;
fStartText.setLayoutData(data); fStartText.setLayoutData(data);