mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Draw better circles
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user