Bug 104656 - [Dialogs] Dialog.setButtonLayoutData() implementation should be revised
Summary: [Dialogs] Dialog.setButtonLayoutData() implementation should be revised
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-21 09:59 EDT by Karice McIntyre CLA
Modified: 2019-09-06 16:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karice McIntyre CLA 2005-07-21 09:59:10 EDT
A width hint for the button is computed using the convertHorizontalDLUsToPixels
() method, then we ask the button to compute its size using the SWT default 
sizes.  Then we take the max of the two.  We should probably just call 
computeSize with the width hint we computed instead of the SWT default.  Then 
we don't have to take the max of 2 values.

A similar method is implemented as a private method in class 
CreateLinkedResourceGroup, so need to look at this one too.
Comment 1 Susan McCourt CLA 2007-07-02 19:41:01 EDT
changing prio and status to conform to plat-ui bug guidelines
Comment 2 Susan McCourt CLA 2009-07-09 15:57:17 EDT
As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009
Comment 3 Eclipse Webmaster CLA 2019-09-06 16:18:59 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.