Draw better circles

This commit is contained in:
Luis Ángel San Martín 2023-05-21 10:00:21 +02:00
parent 45af72520b
commit f9a52eaeb8

View File

@ -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