There is a small bug in the layout widget routines whereby border text is
not considered in the calculation of the layout widget width, leading to
truncated text. The attached patch fixes. Recommended for both 21.4 and
21.5.
andy
2002-10-14 Andy Piper <andy(a)xemacs.org>
* glyphs-widget.c (layout_query_geometry): add in fiddle
factor. Include border text in width layout calculation.
(layout_layout): use BORDER_FIDDLE_FACTOR instead of 10.