fixed indentation for last commit (r1017015.)
svn path=/trunk/KDE/kdebase/workspace/; revision=1017018
This commit is contained in:
parent
29fec15b4a
commit
6a9212e77d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ void KDE2Handler::createPixmaps()
|
|||
QPainter maskPainter;
|
||||
int i, x, y;
|
||||
titlePix = new QPixmap(132, normalTitleHeight+2);
|
||||
titlePix->fill( Qt::transparent );
|
||||
titlePix->fill( Qt::transparent );
|
||||
|
||||
QBitmap mask(132, normalTitleHeight+2);
|
||||
mask.fill(Qt::color0);
|
||||
|
|
Loading…
Reference in a new issue