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 19346 | Differences between
and this patch

Collapse All | Expand All

(-)InputDialog.java (+1 lines)
Lines 139-144 Link Here
139
	text.setLayoutData(new GridData(
139
	text.setLayoutData(new GridData(
140
		GridData.GRAB_HORIZONTAL |
140
		GridData.GRAB_HORIZONTAL |
141
		GridData.HORIZONTAL_ALIGN_FILL));
141
		GridData.HORIZONTAL_ALIGN_FILL));
142
	text.setFont(parent.getFont());
142
	text.addModifyListener(
143
	text.addModifyListener(
143
		new ModifyListener() {
144
		new ModifyListener() {
144
			public void modifyText(ModifyEvent e) {
145
			public void modifyText(ModifyEvent e) {

Return to bug 19346