ui: increase thumbnail edge contrast

This commit is contained in:
Travis Abendshien
2024-09-13 17:39:46 -07:00
parent 90b9af48e3
commit 2fc0dd03aa

View File

@@ -410,7 +410,7 @@ class ThumbRenderer(QObject):
faded (bool): Whether or not to apply a faded version of the edge.
Used for light themes.
"""
opacity: float = 0.8 if not faded else 0.6
opacity: float = 1.0 if not faded else 0.8
shade_reduction: float = (
0
if QGuiApplication.styleHints().colorScheme() is Qt.ColorScheme.Dark