padGaps set in preferences
authoramwaterhouse <Andrew Waterhouse>
Fri, 7 Apr 2006 12:57:17 +0000 (12:57 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 7 Apr 2006 12:57:17 +0000 (12:57 +0000)
src/jalview/gui/AlignViewport.java

index 15c10e7..3509217 100755 (executable)
@@ -62,7 +62,7 @@ public class AlignViewport
     int charHeight;\r
     int charWidth;\r
     int wrappedWidth;\r
-    Font font = new Font("SansSerif", Font.PLAIN, 10);\r
+    Font font;\r
     AlignmentI alignment;\r
     ColumnSelection colSel = new ColumnSelection();\r
     int threshold;\r
@@ -138,6 +138,8 @@ public class AlignViewport
 \r
       autoCalculateConsensus = Cache.getDefault("AUTO_CALC_CONSENSUS", true);\r
 \r
+      padGaps = Cache.getDefault("PAD_GAPS", false);\r
+\r
        String fontName = Cache.getDefault("FONT_NAME", "SansSerif");\r
        String fontStyle = Cache.getDefault("FONT_STYLE", Font.PLAIN + "") ;\r
        String fontSize = Cache.getDefault("FONT_SIZE", "10");\r