[Bugs] #347 HIGH: Pippy does not function properly at non-XO screen resolutions

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Tue Oct 6 08:24:25 EDT 2009


#347: Pippy does not function properly at non-XO screen resolutions
-------------------------+--------------------------------------------------
    Reporter:  lfaraone  |          Owner:  cjb        
        Type:  defect    |         Status:  assigned   
    Priority:  High      |      Milestone:  0.86       
   Component:  Pippy     |        Version:  Unspecified
    Severity:  Major     |       Keywords:             
Distribution:  Ubuntu    |   Status_field:  New        
-------------------------+--------------------------------------------------

Comment(by tomeu):

 {{{
         177             gobutton.set_size_request(650, 45)
 }}}

 Using pixel sizes will break the layout in some screens. If we really need
 to specify fixed sizes, it's better to specify them in multiples of grid
 cells, see here for an explanation:

 http://wiki.sugarlabs.org/go/Human_Interface_Guidelines/The_Sugar_Interface/Layout_Guidelines

 So if we want a button to always be one cell wide and tall:

 {{{
         177             gobutton.set_size_request(style.GRID_CELL_SIZE,
 style.GRID_CELL_SIZE)
 }}}

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/347#comment:21>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list