mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Draw better circles
This commit is contained in:
parent
45af72520b
commit
f9a52eaeb8
@ -102,6 +102,7 @@ void YACReaderFoldersViewItemDeletegate::paint(QPainter *painter, const QStyleOp
|
||||
|
||||
if (now - added < daysInSeconds || now - updated < daysInSeconds) {
|
||||
painter->save();
|
||||
painter->setRenderHint(QPainter::Antialiasing);
|
||||
#ifdef Q_OS_MAC
|
||||
painter->setBrush(QBrush(QColor(85, 95, 127)));
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user