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:
@@ -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 ) );
|
||||
|
Reference in New Issue
Block a user