Merge pull request #1912 from SiboVG/issue-1896

[#1896] Increase freeform fin set table width
This commit is contained in:
Sibo Van Gool 2022-12-22 00:16:00 +01:00 committed by GitHub
commit 461c0bf15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,7 +349,7 @@ public class FreeformFinSetConfig extends FinSetConfig {
// first row: main display
JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, tablePane, figurePane);
splitPane.setResizeWeight(0.1);
splitPane.setResizeWeight(0.15);
splitPane.setBorder(null);
panel.add(splitPane, "width 300lp:500lp:, gap unrel, grow, height 100lp:250lp:, wrap");
order.add(table);