Rajesh2015 / opal

Automatically exported from code.google.com/p/opal
0 stars 0 forks source link

Dialog Buttons Don't Grow With Content #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Dialog d = new Dialog(shell);
d.setCenterPolicy(Dialog.CenterOption.CENTER_ON_DIALOG);
d.setTitle("foo title");

d.getMessageArea().setTitle("aaaa").setText("bbbb");

d.getFooterArea().setButtonLabels(Arrays.asList("Don't Save", "Cancel"));
d.show();

What is the expected output? What do you see instead?
The "Don't Save" button only says "Don't S" because the button does not grow.

What version of the product are you using? On what operating system?
opal-0.9.9e  Mac OS X 10.9.2

Please provide any additional information below.
screenshot
http://i.imgur.com/YSG3McW.png

Original issue reported on code.google.com by Skinner...@gmail.com on 30 May 2014 at 9:07

GoogleCodeExporter commented 9 years ago
Fixed in V1.0.0

Original comment by laurent....@gmail.com on 16 Jul 2014 at 7:46