Bug 173655 - [Browser] web browser preference page text does not flow
Summary: [Browser] web browser preference page text does not flow
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 3.4 M1   Edit
Assignee: Adam Archer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-02-09 10:36 EST by Grant Gayed CLA
Modified: 2007-07-03 15:30 EDT (History)
0 users

See Also:


Attachments
patch (3.64 KB, patch)
2007-06-27 15:50 EDT, Adam Archer CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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