[#1648] Set component tree min width to 140px
This commit is contained in:
parent
9b5baa4020
commit
6956a93107
@ -179,7 +179,7 @@ public class DesignPanel extends JSplitPane {
|
||||
|
||||
// Place tree inside scroll pane
|
||||
JScrollPane scroll = new JScrollPane(tree);
|
||||
panel.add(scroll, "spany, grow, wrap");
|
||||
panel.add(scroll, "spany, wmin 140px, grow, wrap");
|
||||
|
||||
|
||||
// Buttons
|
||||
|
Loading…
x
Reference in New Issue
Block a user