Merge lp://qastaging/~muktupavels/compiz/fix-icon-size-in-switcher into lp://qastaging/compiz/0.9.12
Proposed by
Alberts Muktupāvels
Status: | Merged |
---|---|
Approved by: | Stephen M. Webb |
Approved revision: | 3959 |
Merged at revision: | 3959 |
Proposed branch: | lp://qastaging/~muktupavels/compiz/fix-icon-size-in-switcher |
Merge into: | lp://qastaging/compiz/0.9.12 |
Diff against target: |
16 lines (+4/-2) 1 file modified
plugins/switcher/src/switcher.cpp (+4/-2) |
To merge this branch: | bzr merge lp://qastaging/~muktupavels/compiz/fix-icon-size-in-switcher |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stephen M. Webb | Approve | ||
Dmitry Shachnev | Approve | ||
Review via email: mp+265900@code.qastaging.launchpad.net |
Commit message
Change icon size back to 48px in application switcher plugin.
Description of the change
Change icon size back to 48px in application switcher plugin.
To post a comment you must log in.
I would just store the constant in float to avoid casting, but this is fine as well (compiler should optimize it anyway).