JAL-1690 show 'scale protein' in protein _and_ dna menus; default true
[jalview.git] / src / jalview / viewmodel / styles / ViewStyle.java
index fc34be8..adc2baf 100644 (file)
@@ -149,7 +149,7 @@ public class ViewStyle implements ViewStyleI
    * If true, scale protein residues to 3 times width of cDNA bases (in
    * SplitFrame views only)
    */
-  private boolean scaleProteinAsCdna = false;
+  private boolean scaleProteinAsCdna = true;
 
   public ViewStyle(ViewStyleI viewStyle)
   {