Height and info message
authoramwaterhouse <Andrew Waterhouse>
Wed, 9 Aug 2006 15:54:45 +0000 (15:54 +0000)
committeramwaterhouse <Andrew Waterhouse>
Wed, 9 Aug 2006 15:54:45 +0000 (15:54 +0000)
src/jalview/appletgui/FeatureSettings.java

index 49f0996..b58d345 100755 (executable)
@@ -104,9 +104,10 @@ public class FeatureSettings extends Panel implements ItemListener,
     }\r
     frame = new Frame();\r
     frame.add(this);\r
-    int height = featurePanel.getComponentCount()*50 +30;\r
+    int height = featurePanel.getComponentCount()*50 +60;\r
 \r
-    height = Math.max(100, height);\r
+\r
+    height = Math.max(200, height);\r
     height = Math.min(400, height);\r
 \r
     jalview.bin.JalviewLite.addFrame(frame, "Feature Settings", 280,\r
@@ -117,6 +118,8 @@ public class FeatureSettings extends Panel implements ItemListener,
   {\r
     g.setColor(Color.black);\r
     g.drawString("No Features added to this alignment!!", 10, 20);\r
+    g.drawString("(Features can be added from searches or", 10, 40);\r
+    g.drawString("from Jalview / GFF features files)", 10, 60);\r
   }\r
 \r
   void setTableData()\r