Merge pull request #1658 from SiboVG/issue-1648

[#1648] Set component tree min width to 140px
This commit is contained in:
SiboVG 2022-09-08 23:21:22 +02:00 committed by GitHub
commit 25cac0665f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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