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 90b9af4 commit 2fc0dd0Copy full SHA for 2fc0dd0
tagstudio/src/qt/widgets/thumb_renderer.py
@@ -410,7 +410,7 @@ def _apply_edge(
410
faded (bool): Whether or not to apply a faded version of the edge.
411
Used for light themes.
412
"""
413
- opacity: float = 0.8 if not faded else 0.6
+ opacity: float = 1.0 if not faded else 0.8
414
shade_reduction: float = (
415
0
416
if QGuiApplication.styleHints().colorScheme() is Qt.ColorScheme.Dark
0 commit comments