rtitec / miglayout

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

Size group shrinks instead of expands #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MigPane root = new MigPane(new LC().debug(1000));
root.add(new Label("Label1"), "sgx, wrap");
root.add(new Label("Second Label"), "sgx");

The first label should be expanded to the size of the second label but instead 
the second label is shrunk to the size of the first.

Original issue reported on code.google.com by mikest...@gmail.com on 12 Apr 2012 at 6:45

GoogleCodeExporter commented 9 years ago
Seems to have been fixed by now

Original comment by tbeer...@gmail.com on 12 Apr 2014 at 7:16

Attachments: