mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 15:49:09 +00:00
ui: increase thumbnail edge contrast
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user