Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 199283 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/tasks/ui/editors/TaskEditorAttachmentPart.java (-1 / +1 lines)
Lines 129-135 Link Here
129
	}
129
	}
130
130
131
	private void createAttachmentTable(FormToolkit toolkit, final Composite attachmentsComposite) {
131
	private void createAttachmentTable(FormToolkit toolkit, final Composite attachmentsComposite) {
132
		Table attachmentsTable = toolkit.createTable(attachmentsComposite, SWT.MULTI | SWT.FULL_SELECTION);
132
		attachmentsTable = toolkit.createTable(attachmentsComposite, SWT.MULTI | SWT.FULL_SELECTION);
133
		attachmentsTable.setLinesVisible(true);
133
		attachmentsTable.setLinesVisible(true);
134
		attachmentsTable.setHeaderVisible(true);
134
		attachmentsTable.setHeaderVisible(true);
135
		attachmentsTable.setLayout(new GridLayout());
135
		attachmentsTable.setLayout(new GridLayout());

Return to bug 199283