From: "Roger C. Soares" <rogersoares@intelinet•com.br>
To: robin.rosenberg@dewire•com
Cc: git@vger•kernel.org
Subject: Re: [EGIT PATCH 2/2] History page find toolbar.
Date: Sun, 27 Jan 2008 20:56:45 -0200 [thread overview]
Message-ID: <479D0C2D.7060106@intelinet.com.br> (raw)
In-Reply-To: <1201401042-5934-1-git-send-email-rogersoares@intelinet.com.br>
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);
>
>
next prev parent reply other threads:[~2008-01-27 22:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-27 2:30 [EGIT PATCH 2/2] History page find toolbar Roger C. Soares
2008-01-27 22:56 ` Roger C. Soares [this message]
2008-01-27 23:57 ` Robin Rosenberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=479D0C2D.7060106@intelinet.com.br \
--to=rogersoares@intelinet$(echo .)com.br \
--cc=git@vger$(echo .)kernel.org \
--cc=robin.rosenberg@dewire$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox