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