Skip to content

Commit

Permalink
Improve TestBuilder layout - shorter tab names
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Dec 1, 2023
1 parent df3a4de commit 8b73d84
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ public void actionPerformed(ActionEvent e) {
tabFunctions.add(spatialFunctionPanel, "Geometry");
tabFunctions.add(scalarFunctionPanel, "Scalar");

jTabbedPane1.add(tabFunctions, "Functions");
jTabbedPane1.add(relateTabPanel, "Predicates");
jTabbedPane1.add(validPanel, "Valid / Mark");
jTabbedPane1.add(tabFunctions, "Function");
jTabbedPane1.add(relateTabPanel, "Predicate");
jTabbedPane1.add(validPanel, "Valid/Mark");


relateTabPanel.add(relatePanel, BorderLayout.CENTER);
Expand Down

0 comments on commit 8b73d84

Please sign in to comment.