A couple if minor improvements.

This commit is contained in:
Paulo Gustavo Veiga
2011-04-18 23:59:13 -03:00
parent bb6c9702e2
commit e8cfa5163d
4 changed files with 9 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ public class MindMap {
public String getProperties() {
String ret;
if (properties == null) {
ret = "{zoom:0.7,saveOnLoad:true}";
ret = "{zoom:0.85,saveOnLoad:true}";
} else {
ret = properties;
}