~brandontschaefer/unity/lp.1328677-fix

« back to all changes in this revision

Viewing changes to dash/ScopeBar.cpp

  • Committer: CI bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2014-07-11 19:58:54 UTC
  • mfrom: (3830.5.18 dash-filters-scaling)
  • Revision ID: ps-jenkins@lists.canonical.com-20140711195854-vnydm0lvi7firlno
FilterWidgets: add support for scaling Fixes: 1340171
Approved by: PS Jenkins bot, Eleni Maria Stea

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
  for (auto icon : icons_)
72
72
    icon->scale = scale;
 
73
 
 
74
  QueueDraw();
 
75
  QueueRelayout();
73
76
}
74
77
 
75
78
void ScopeBar::SetupLayout()