Hi Robin,
I've just found a problem, it is affecting the CVS history view. I'll
investigate it and re-send this patch after your comments.
[]s,
Roger.
--
Roger C. Soares escreveu:
public void createControl(Composite parent) {
- localComposite = new SashForm(parent, SWT.VERTICAL);
+ Font bannerFont = JFaceResources.getBannerFont();
+ BANNER_FONT_BOLD = new Font(parent.getDisplay(),
+ new FontData(bannerFont.getFontData()[0].getName(), bannerFont.getFontData()[0].getHeight(), SWT.BOLD));
+
+ parentComposite = parent;
+ GridLayout parentLayout = new GridLayout();
+ parentLayout.marginHeight = 0;
+ parentLayout.marginWidth = 0;
+ parentLayout.verticalSpacing = 0;
+ parent.setLayout(parentLayout);
+ GridData parentData = new GridData(SWT.FILL, SWT.FILL, true, true);
+ parent.setLayoutData(parentData);
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html