From 183ab374c9dd795f019a8824ecf07da8fa5e6d8f Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Fri, 27 Apr 2007 10:00:27 +0000 Subject: [PATCH] aligned boxes --- src/jalview/appletgui/AnnotationColourChooser.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 1.7.10.2