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

Collapse All | Expand All

(-)ProgressMonitorPart.java (+1 lines)
Lines 126-131 Link Here
126
	
126
	
127
		fLabel= new Label(this, SWT.LEFT);
127
		fLabel= new Label(this, SWT.LEFT);
128
		fLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
128
		fLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
129
		fLabel.setFont(getParent().getFont());
129
	
130
	
130
		if (progressIndicatorHeight == SWT.DEFAULT) {
131
		if (progressIndicatorHeight == SWT.DEFAULT) {
131
			GC gc= new GC(fLabel);
132
			GC gc= new GC(fLabel);

Return to bug 19346