Don't use italic text for grouped view headers.
This commit is contained in:
committed by
craig.p.drummond
parent
d66042fe8c
commit
9ea74fc428
@@ -56,6 +56,7 @@
|
||||
been added, not song.
|
||||
36. After scanning replay gain, show original tag values in tooltips if
|
||||
different to those calculated.
|
||||
37. Don't use italic text for grouped view headers.
|
||||
|
||||
1.3.3
|
||||
-----
|
||||
|
||||
@@ -332,7 +332,6 @@ public:
|
||||
QRect textRect(r.x(), r.y(), r.width()-(rtl ? (4*constBorder) : totalDurationWidth), textHeight);
|
||||
QFont tf(f);
|
||||
tf.setBold(true);
|
||||
tf.setItalic(true);
|
||||
title = QFontMetrics(tf).elidedText(title, Qt::ElideRight, textRect.width(), QPalette::WindowText);
|
||||
painter->setFont(tf);
|
||||
painter->drawText(textRect, title, textOpt);
|
||||
|
||||
Reference in New Issue
Block a user