1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Style fix for StyleHelper. Lol.

This commit is contained in:
Christian Muehlhaeuser 2012-12-09 02:17:00 +01:00
parent 4ca4439255
commit ab52e93992

@ -86,7 +86,7 @@ StyleHelper::headerTextColor()
/*
* This implementation is from QWindowsStyle (Qt 7.2)
* This implementation is from QWindowsStyle (Qt 4.2)
*
* It is licensed under the GPL 3:
* Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
@ -103,7 +103,7 @@ void StyleHelper::drawArrow( QStyle::PrimitiveElement element, QPainter* p, cons
QString pixmapName;
pixmapName.sprintf( "arrow-%s-%d-%d-%d-%lld", "$qt_ia", uint(opt->state), element, size, opt->palette.cacheKey() );
if ( !QPixmapCache::find( pixmapName, pixmap) )
if ( !QPixmapCache::find( pixmapName, pixmap ) )
{
int border = size / 5;
int sqsize = 2 * ( size / 2 );