Bug 249558 - make notification popup dialogs adjust width according to content
Summary: make notification popup dialogs adjust width according to content
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.0.3   Edit
Assignee: Terry Denney CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-10-02 19:38 EDT by Terry Denney CLA
Modified: 2008-10-03 14:32 EDT (History)
2 users (show)

See Also:


Attachments
Patch (1.70 KB, patch)
2008-10-02 19:44 EDT, Terry Denney CLA
no flags Details | Diff
mylyn/context/zip (1.83 KB, application/octet-stream)
2008-10-02 19:44 EDT, Terry Denney CLA
no flags Details
updated patch (1.71 KB, patch)
2008-10-03 14:31 EDT, Steffen Pingel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Terry Denney CLA 2008-10-02 19:38:18 EDT
It would be great if the popup dialogs become narrower if the content can't fill the width. One way to go is to set have the default width be the maximum width and set a smaller width according to the content.
Comment 1 Terry Denney CLA 2008-10-02 19:44:07 EDT
Created attachment 114146 [details]
Patch

* initialize width according to content up to MAX_WIDTH
Comment 2 Terry Denney CLA 2008-10-02 19:44:09 EDT
Created attachment 114147 [details]
mylyn/context/zip
Comment 3 Steffen Pingel CLA 2008-10-02 23:26:08 EDT
Patch applied. Still need to backport to 3.0.3.
Comment 4 Steffen Pingel CLA 2008-10-03 14:31:43 EDT
Created attachment 114216 [details]
updated patch
Comment 5 Steffen Pingel CLA 2008-10-03 14:32:20 EDT
Updated patch applied to 3.0.x branch.