Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [EGIT PATCH 2/2] History page find toolbar.

From: Roger C. Soares <hidden>
Date: 2016-06-15 22:44:08

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);
 
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help