~ubuntu-branches/ubuntu/wily/kwin/wily-proposed

« back to all changes in this revision

Viewing changes to clients/aurorae/themes/plastik/code/plastikbutton.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-08-10 23:16:37 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150810231637-5zb2tstjkez93hml
Tags: 4:5.3.95-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
QPixmap PlastikButtonProvider::icon(ButtonIcon icon, int size, bool active, bool shadow)
115
115
{
 
116
    Q_UNUSED(active);
116
117
    if (size%2 == 0)
117
118
        --size;
118
119