Author: ghuck
Date: 2010-09-25 06:24:26 -0700 (Sat, 25 Sep 2010)
New Revision: 22060

Modified:
   
cytoscape/trunk/coreplugins/AutomaticLayout/src/main/java/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
Log:
Fixed error in AbstractGraphPartition's settings panel

Modified: 
cytoscape/trunk/coreplugins/AutomaticLayout/src/main/java/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
===================================================================
--- 
cytoscape/trunk/coreplugins/AutomaticLayout/src/main/java/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
    2010-09-25 04:48:38 UTC (rev 22059)
+++ 
cytoscape/trunk/coreplugins/AutomaticLayout/src/main/java/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
    2010-09-25 13:24:26 UTC (rev 22060)
@@ -393,7 +393,7 @@
 
        layoutProperties.add(new Tunable("labels_settings", 
                                         "General Layout Settings",
-                                        Tunable.GROUP, new Integer(3))); 
+                                        Tunable.GROUP, new Integer(4))); 
 
        layoutProperties.add(new Tunable("layout_type", 
                                         "Which elements to layout",
@@ -409,7 +409,7 @@
                                         Tunable.BUTTON, "Reset Label 
Positions", this, null, 0));
 
        layoutProperties.add(new Tunable("weightCoefficient", 
-                                        "weightCoefficient",
+                                        "Weight coefficient",
                                         Tunable.DOUBLE, new 
Double(weightCoefficient)));
     }
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to