We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d874e6e commit b824f40Copy full SHA for b824f40
panels/dock/taskmanager/x11preview.cpp
@@ -265,6 +265,7 @@ class AppItemWindowDeletegate : public QAbstractItemDelegate
265
266
DStyleHelper dstyle(m_listView->style());
267
const int radius = dstyle.pixelMetric(DStyle::PM_FrameRadius);
268
+ painter->setRenderHint(QPainter::Antialiasing);
269
270
painter->save();
271
painter->setPen(Qt::NoPen);
0 commit comments