Author: kono
Date: 2012-07-09 16:17:04 -0700 (Mon, 09 Jul 2012)
New Revision: 29813
Modified:
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/CyActivator.java
Log:
Moved "Clear Edge Bend" task to Layout menu.
Modified:
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/CyActivator.java
===================================================================
---
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/CyActivator.java
2012-07-09 23:09:47 UTC (rev 29812)
+++
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/CyActivator.java
2012-07-09 23:17:04 UTC (rev 29813)
@@ -315,8 +315,8 @@
clearEdgeBendProps.setProperty(TITLE, "Clear Edge Bends");
clearEdgeBendProps.setProperty(IN_NETWORK_PANEL_CONTEXT_MENU,
"true");
clearEdgeBendProps.setProperty(ENABLE_FOR, "networkAndView");
- clearEdgeBendProps.setProperty(PREFERRED_MENU,"Edit");
- clearEdgeBendProps.setProperty(MENU_GRAVITY,"5.4");
+ clearEdgeBendProps.setProperty(PREFERRED_MENU,"Layout");
+ clearEdgeBendProps.setProperty(MENU_GRAVITY,"0.1");
registerService(bc, clearEdgeBendTaskFactory,
NetworkViewCollectionTaskFactory.class, clearEdgeBendProps);
--
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.