X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FFeatureTypeSettings.java;h=58bbbe8848f4d73634fdd63a271473a9e3941be5;hb=09d3b755d9b00f5c3acb44049aedd49361dc0690;hp=1163ae6c076dd576347268f3185db690083c7678;hpb=70f74b2600163cb6da6e32a438a776630e4b5cb4;p=jalview.git diff --git a/src/jalview/gui/FeatureTypeSettings.java b/src/jalview/gui/FeatureTypeSettings.java index 1163ae6..58bbbe8 100644 --- a/src/jalview/gui/FeatureTypeSettings.java +++ b/src/jalview/gui/FeatureTypeSettings.java @@ -242,8 +242,7 @@ public class FeatureTypeSettings extends JalviewDialog String title = MessageManager .formatMessage("label.display_settings_for", new String[] { theType }); - initDialogFrame(this, true, false, title, 500, 500); - + initDialogFrame(this, true, false, title, 580, 500); waitForInput(); } @@ -652,6 +651,7 @@ public class FeatureTypeSettings extends JalviewDialog { thresholdValue .setText(String.valueOf(slider.getValue() / scaleFactor)); + thresholdValue.setBackground(Color.white); // to reset red for invalid sliderValueChanged(); } }