~robert-ancell/unity-greeter/session-badges

« back to all changes in this revision

Viewing changes to src/user-list.vala

  • Committer: Michael Terry
  • Date: 2012-02-15 16:34:13 UTC
  • Revision ID: michael.terry@canonical.com-20120215163413-ynvyu57cav5pc01r
fix placement of logged-in indicator

Show diffs side-by-side

added added

removed removed

Lines of Context:
587
587
 
588
588
        if (entry.is_active)
589
589
        {
590
 
            c.move_to (8, grid_size / 2 + 0.5 - 4);
 
590
            c.move_to (8, grid_size / 2 + 0.5 - 4 + border);
591
591
            c.rel_line_to (5, 4);
592
592
            c.rel_line_to (-5, 4);
593
593
            c.close_path ();