Skip to content

Commit

Permalink
Softer cover art outline (#4096)
Browse files Browse the repository at this point in the history
Looks much nicer to me, especially for white(ish) cover art.
  • Loading branch information
declension committed Aug 17, 2022
1 parent fec3e52 commit 21a517d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quodlibet/qltk/image.py
Expand Up @@ -108,6 +108,7 @@ def add_border_widget(pixbuf, widget):

context = widget.get_style_context()
color = context.get_color(context.get_state())
color.alpha *= 0.1
scale_factor = widget.get_scale_factor()
border_radius = get_border_radius() * scale_factor

Expand Down

0 comments on commit 21a517d

Please sign in to comment.