#10523 NORM 10.1.3: Need to expand size of version field

Zarro Boogs per Child bugtracker at laptop.org
Tue Dec 14 04:53:38 EST 2010


#10523: Need to expand size of version field
------------------------------------+---------------------------------------
           Reporter:  greenfeld     |       Owner:  erikos                            
               Type:  defect        |      Status:  new                               
           Priority:  normal        |   Milestone:  10.1.3                            
          Component:  sugar         |     Version:  Development source as of this date
         Resolution:                |    Keywords:                                    
        Next_action:  add to build  |    Verified:  0                                 
Deployment_affected:                |   Blockedby:                                    
           Blocking:                |  
------------------------------------+---------------------------------------
Changes (by erikos):

  * next_action:  diagnose => add to build


Comment:

 Looks like this should cover most of the cases.

 {{{
 diff --git a/src/jarabe/desktop/activitieslist.py
 b/src/jarabe/desktop/activitieslist.py
 index a8332f0..90b0752 100644
 --- a/src/jarabe/desktop/activitieslist.py
 +++ b/src/jarabe/desktop/activitieslist.py
 @@ -203,7 +203,7 @@ class ActivityEntry(hippo.CanvasBox,
 hippo.CanvasItem):
      __gtype_name__ = 'SugarActivityEntry'

      _TITLE_COL_WIDTH   = style.GRID_CELL_SIZE * 3
 -    _VERSION_COL_WIDTH = style.GRID_CELL_SIZE * 1
 +    _VERSION_COL_WIDTH = style.GRID_CELL_SIZE * 3
      _DATE_COL_WIDTH    = style.GRID_CELL_SIZE * 5

      def __init__(self, activity_info):
 }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/10523#comment:3>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list