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