[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Reduce spaces between composite
|
On Wed, 09 Sep 2009 15:19:51 +0000, Rahul Yadav wrote:
> i see some gap between the boundries of "A" and "B",is there a way to to
> hide "A" completly with "B" i.e. boundries of "A" collides with
> boundries of "B" ??
Like Grant said earlier, you can resolve this by tweaking the margins of
your 'A' composite's GridLayout. Alternatively, just use a FillLayout.
Remy