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

* Enforce point size on standard sidebar items.

This commit is contained in:
Christian Muehlhaeuser 2014-08-21 17:28:30 +02:00
parent 5382631778
commit ac16d28edf

@ -167,6 +167,7 @@ SourceDelegate::paintStandardItem( QPainter* painter, const QStyleOptionViewItem
{
QFont f = painter->font();
f.setBold( true );
f.setPointSize( 10 );
painter->setFont( f );
painter->setPen( Qt::black );
// opt.palette.setColor( QPalette::Text, option.palette.color( QPalette::HighlightedText ) );