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
Original issue reported on code.google.com by
mikest...@gmail.com
on 12 Apr 2012 at 6:45