pq22298 v4.5 WinNotebook tabs per row no longer stretches tabs to the size of the notebook as in v3.0a ------------------------------------------------------------------------------------------------------------------------------------------- Affected Platforms: All Affected Features: Base Smalltalk Prerequisites: None Symptom: In v4.5 WinNotebook tabs per row no longer causes the tabs to stretch to the size of the notebook as they did in v3.0a. In v4.5 there will be space to the right of the tabs, between the last tab and the end of the notebbok. In v3.0a there is no space. Workaround: If working in the CW layer, add tabPolicyWidth: (EwConstants at 'XmBYROW') to the notebook's argBlock. If using the VisualParts, add tabPolicyWidth: (EwConstants at 'XmBYROW') to a finalInitilize method.