[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Grid spacing too large on Motif
|
I cannot seem to get my gui to look right on aix with motif (linux and
window does not have the problem). I am using the gridlayout to layout
several rows that contain Buttons and Text widgets. However the vertical
spacing between the grid locations is too wide. I have set the
GridLayout.veriticalSpacing to 0 and I have set the
GridLayout.marginHeight to 0. I see the affects of this on linux and
windows, but not on AIX with motif.
I have also tried to play with the .Xdefaults to decrease sizes with the
following:
*spacing :0
*XmTextField.marginHeight: 0
*XmPushButton.marginHeight: 0
*XmToggleButton.marginHeight: 0
Although these changes seem to help some none of them remove the extra
vertical space between rows. One panel has several rows and there is
just too much wasted space.
By the way, I am using eclipse 3.0.1
Brian Kozitza