X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fappletgui%2FAnnotationColourChooser.java;h=2db2bd0f60f0e6ae3bd13c6983bed98e7b88a9b8;hb=e1c9c652059a67ee96f9fc5f6617fd5d604cbdbb;hp=2853b6b949f5a665ca7f07a74664908c62f4e0d4;hpb=136cfe6c2bede95a91ee16bd4093e71848a97be5;p=jalview.git diff --git a/src/jalview/appletgui/AnnotationColourChooser.java b/src/jalview/appletgui/AnnotationColourChooser.java index 2853b6b..2db2bd0 100755 --- a/src/jalview/appletgui/AnnotationColourChooser.java +++ b/src/jalview/appletgui/AnnotationColourChooser.java @@ -157,19 +157,19 @@ public class AnnotationColourChooser slider.setBackground(Color.white); slider.setEnabled(false); - slider.setBounds(new Rectangle(125, 6, 82, 16)); + slider.setBounds(new Rectangle(153, 3, 93, 21)); thresholdValue.setEnabled(false); - thresholdValue.setBounds(new Rectangle(211, 4, 56, 22)); + thresholdValue.setBounds(new Rectangle(248, 2, 79, 22)); thresholdValue.setColumns(5); jPanel3.setBackground(Color.white); currentColours.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11)); currentColours.setLabel("Use Original Colours"); currentColours.addItemListener(this); - threshold.setBounds(new Rectangle(11, 3, 113, 22)); + threshold.setBounds(new Rectangle(11, 3, 139, 22)); thresholdIsMin.setBackground(Color.white); thresholdIsMin.setLabel("Threshold is min/max"); - thresholdIsMin.setBounds(new Rectangle(270, 3, 135, 23)); + thresholdIsMin.setBounds(new Rectangle(328, 3, 135, 23)); jPanel1.add(ok); jPanel1.add(cancel); jPanel2.add(annotations);