[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Grid spacing too large on Motif

Well I wasn't able to find a resource to add to my Xdefaults that gave me 
what I wanted.  However I did find something that works.   I found that 
the widget taking the vertical space was the checkbox.   Even when I set 
the verticalSpacing and marginHeight to 0, the checkbox still was too 
tall.   I ended up giving the checkbox a heightHint and then I could 
reduce its size.   This is not real great because now I have an OS 
specific hack in my code, but at least it looks good now.

Thanks for your input.