Community
Participate
Working Groups
In the query wizard, some queries especially ones with an icon or file dialog button e.g. Customized Retained Set or Collection have column headers in a too large a font. This was introduced by bug 270777 by enlarging the table font to make the table rows big enough for the icons/buttons.
The fix is to use a listener on the table with SWT.MeasureItem instead of changing the font size.
Fix applied to ArgumentTable (in both branch and trunk).
Fixed as described - with a listener which uses the row height requested by the rows.