View | Details | Raw Unified | Return to bug 26985 | Differences between
and this patch

Collapse All | Expand All

(-)ListDialog.java (+1 lines)
Lines 74-79 Link Here
74
		gd.heightHint= convertHeightInCharsToPixels(15);
74
		gd.heightHint= convertHeightInCharsToPixels(15);
75
		gd.widthHint= convertWidthInCharsToPixels(55);
75
		gd.widthHint= convertWidthInCharsToPixels(55);
76
		table.setLayoutData(gd);
76
		table.setLayoutData(gd);
77
		table.setFont(container.getFont());
77
		return parent;
78
		return parent;
78
	}
79
	}
79
	
80
	

Return to bug 26985