Tweak the opacity of paged sidebar buttons and welcome dialog list

This commit is contained in:
Veronica Berglyd Olsen
2025-06-11 00:14:46 +02:00
parent aeac9840f1
commit 98d9853c7e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ class _ProjectListItem(QStyledItemDelegate):
painter.save()
if opt.state & QtSelected == QtSelected:
painter.setOpacity(0.25)
painter.fillRect(rect, QApplication.palette().highlight())
painter.fillRect(rect, QApplication.palette().text())
painter.setOpacity(1.0)
painter.drawPixmap(2, rect.top() + 6, self._icon)