[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: How to remove window border / margin
|
On Tue, 15 Sep 2009 21:13:58 +0000, Steve Viens wrote.
> I can't seem to eliminate this 5 pixel border around my primarly
> Composite ... see the image below for what I mean...
>
> http://www.viens.net/rcp/cti.jpg
Probably because of your layout. Could just use a FillLayout I suppose.
Alternatively, show the code being used in question. If it's a GridLayout
you need to set the margins to zero.
Regards,
Remy