Improve layout of component tree buttons after updating miglayout.
This commit is contained in:
parent
e2575bca12
commit
c2d8314282
@ -266,7 +266,7 @@ public class BasicFrame extends JFrame {
|
|||||||
|
|
||||||
// Upper-left segment, component tree
|
// 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 = new ComponentTree(document);
|
||||||
tree.setSelectionModel(componentSelectionModel);
|
tree.setSelectionModel(componentSelectionModel);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user