Skip to content

Commit

Permalink
make tabs for Extended options 1 column (quick and unelegant fix to #…
Browse files Browse the repository at this point in the history
…48 (does not close it though)
  • Loading branch information
Stefan-Posch committed Mar 16, 2018
1 parent af42283 commit 4a4d340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7275,7 +7275,7 @@ private JPanel createExtendedOptionPanel()


JPanel panel = new JPanel();
panel.setLayout(new GridLayout(0, 2)); // n rows 2 columns
panel.setLayout(new GridLayout(0, 1)); // n rows 1 columns
// panel.setBorder(new EmptyBorder(5, 5, 5, 5));

JButton copyButton = new JButton("Copy Treelines");
Expand Down

0 comments on commit 4a4d340

Please sign in to comment.