[#1648] Set component tree min width to 140px

This commit is contained in:
SiboVG 2022-09-08 23:01:30 +02:00
parent 9b5baa4020
commit 6956a93107

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