Bug 173655

Summary: [Browser] web browser preference page text does not flow
Product: [Eclipse Project] Platform Reporter: Grant Gayed <grant_gayed>
Component: User AssistanceAssignee: Adam Archer <agarcher>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 Keywords: contributed
Version: 3.3   
Target Milestone: 3.4 M1   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
patch none

Description Grant Gayed CLA 2007-02-09 10:36:28 EST
3.3M5, just an aestetic thing

The text at the top of the preference page does not look good on linux because it appears to have a hard return after its comma, which is in the middle of a line.  Also, when the dialog's size is expanded the text does not re-lay itself out, which makes it look more awkward.

The Label should have SWT.WRAP style, no hard return after the comma, and _may_ need some layout data to tell it to grab available horizontal space.
Comment 1 Curtis d'Entremont CLA 2007-02-19 20:56:47 EST
Adam to fix the layout.
Comment 2 Adam Archer CLA 2007-06-27 15:50:28 EDT
Created attachment 72646 [details]
patch
Comment 3 Chris Goldthorpe CLA 2007-07-03 15:27:30 EDT
Patch applied to HEAD
Comment 4 Chris Goldthorpe CLA 2007-07-03 15:30:00 EDT
Fixed