1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02: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

View File

@@ -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 ) );