Author: kono
Date: 2012-07-09 15:10:10 -0700 (Mon, 09 Jul 2012)
New Revision: 29808

Modified:
   
core3/impl/trunk/command-executor-impl/src/main/java/org/cytoscape/command/internal/CyActivator.java
Log:
Gravity value added for Command menu.

Modified: 
core3/impl/trunk/command-executor-impl/src/main/java/org/cytoscape/command/internal/CyActivator.java
===================================================================
--- 
core3/impl/trunk/command-executor-impl/src/main/java/org/cytoscape/command/internal/CyActivator.java
        2012-07-09 21:48:52 UTC (rev 29807)
+++ 
core3/impl/trunk/command-executor-impl/src/main/java/org/cytoscape/command/internal/CyActivator.java
        2012-07-09 22:10:10 UTC (rev 29808)
@@ -45,6 +45,7 @@
                
                Properties commandExecutorTaskFactoryProps = new Properties();
                
commandExecutorTaskFactoryProps.setProperty(PREFERRED_MENU,"Tools.Command");
+               
commandExecutorTaskFactoryProps.setProperty(MENU_GRAVITY,"10.0f");
                commandExecutorTaskFactoryProps.setProperty(TITLE,"Run Command 
File...");
                
registerService(bc,commandExecutorTaskFactory,TaskFactory.class, 
commandExecutorTaskFactoryProps);
                
registerService(bc,commandExecutorTaskFactory,CommandExecutorTaskFactory.class, 
commandExecutorTaskFactoryProps);

-- 
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