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
@@ -156,7 +156,7 @@ class _PagedToolButton(QToolButton):
if self.isChecked():
painter.setBrush(palette.highlight())
painter.setOpacity(0.35)
painter.setOpacity(0.8)
painter.drawRoundedRect(0, 0, width, height, 4, 4)
textCol = palette.highlightedText().color()
else: