Improve layout of component tree buttons after updating miglayout.

This commit is contained in:
kruland2607 2013-12-05 11:00:01 -06:00
parent e2575bca12
commit c2d8314282

View File

@ -266,7 +266,7 @@ public class BasicFrame extends JFrame {
// Upper-left segment, component tree
JPanel panel = new JPanel(new MigLayout("fill, flowy", "", "[grow]"));
JPanel panel = new JPanel(new MigLayout("fill, flowy", "[grow][grow 0]","[grow]"));
tree = new ComponentTree(document);
tree.setSelectionModel(componentSelectionModel);