[Bugs] #1076 UNSP: Organize toolbar buttons

SugarLabs Bugs bugtracker-noreply at sugarlabs.org
Sun Jul 26 17:28:27 EDT 2009


#1076: Organize toolbar buttons
------------------------------------------+---------------------------------
    Reporter:  asaf                       |          Owner:  garycmartin                
        Type:  enhancement                |         Status:  new                        
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  Physics                    |        Version:  Unspecified                
    Severity:  Unspecified                |     Resolution:                             
    Keywords:                             |   Distribution:  Unspecified                
Status_field:  New                        |  
------------------------------------------+---------------------------------

Comment(by asaf):

 What will a good order be?

 This can be achieved easily by replacing the contents of the
 [[http://git.sugarlabs.org/projects/physics/repos/mainline/blobs/master/tools.py#line425
 getAllTools]] function by this

 {{{

 def getAllTools():
     allTools = [BoxTool, TriangleTool, CircleTool, MagicPenTool,
 PolygonTool, JointTool, PinTool, MotorTool, GrabTool, DestroyTool]
     return allTools

 }}}

 of course, putting the desired order.

-- 
Ticket URL: <http://dev.sugarlabs.org/ticket/1076#comment:1>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list