Skip to content
Snippets Groups Projects
Commit f58216d8 authored by tjc's avatar tjc
Browse files

change separator appearance

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9725 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent a968c82e
No related branches found
No related tags found
No related merge requests found
......@@ -155,11 +155,11 @@ public class GeneEditorPanel extends JPanel
//separator.setPreferredSize(new Dimension(width,10));
// add glue to expand the separator horizontally
comp.add(Box.createHorizontalGlue());
comp.add(Box.createVerticalStrut(3));
//comp.add(Box.createVerticalStrut(1));
separator.setPreferredSize(
new Dimension(comp.getPreferredSize().width,
separator.getPreferredSize().height));
separator.setMaximumSize(new Dimension(1500,10));
6));
separator.setMaximumSize(new Dimension(1500,8));
return separator;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment