| [news.eclipse.platform.swt] RowLayout.pack |
This is kind of a small point, but I was using RowLayout to display a Text and a Button. The API says, "pack specifies whether all controls in the layout are forced to be the same size. The default value is true." I find that when I set it to false, all the controls become the same size, while setting pack to true shrinks the controls down to the set sizes.