~onboard/onboard/trunk

« back to all changes in this revision

Viewing changes to Onboard/KeyboardPopups.py

  • Committer: marmuta
  • Date: 2017-02-10 10:33:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2275.
  • Revision ID: marmvta@gmail.com-20170210103311-vthzd1ao0pg3vv9b
Initial emoji & symbol palette for Compact layout.

Not quite complete yet, but usable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
500
500
        frame_width = LayoutBuilder._calc_frame_width(context)
501
501
 
502
502
        layout = LayoutRoot(layout)
503
 
        layout.update_log_rect()
 
503
        layout.update_log_rects()
504
504
        log_rect = layout.get_border_rect()
505
505
        canvas_rect = Rect(frame_width, frame_width,
506
506
                           log_rect.w * context.scale_log_to_canvas_x(1.0),