JAL-3503 Changed decimal display of memory in Prefences
[jalview.git] / src / jalview / bin / MemorySetting.java
index 55e304d..cf5725c 100644 (file)
@@ -362,7 +362,7 @@ public class MemorySetting
 
   public static String memoryLongToString(long mem)
   {
-    return memoryLongToString(mem, "%.1f");
+    return memoryLongToString(mem, "%.3f");
   }
 
   public static String memoryLongToString(long mem, String format)
@@ -408,4 +408,4 @@ public class MemorySetting
     return ADJUSTMENT_MESSAGE;
   }
 
-}
\ No newline at end of file
+}