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:
parent
7174e4d974
commit
c28276e43b
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue