Skip to content

Commit 2fc0dd0

Browse files
committed
ui: increase thumbnail edge contrast
1 parent 90b9af4 commit 2fc0dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstudio/src/qt/widgets/thumb_renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def _apply_edge(
410410
faded (bool): Whether or not to apply a faded version of the edge.
411411
Used for light themes.
412412
"""
413-
opacity: float = 0.8 if not faded else 0.6
413+
opacity: float = 1.0 if not faded else 0.8
414414
shade_reduction: float = (
415415
0
416416
if QGuiApplication.styleHints().colorScheme() is Qt.ColorScheme.Dark

0 commit comments

Comments
 (0)