Skip to content

macosx: Make background for VLCImageView clear

At the moment, VLCImageViews are force-given a grey background which does not look particularly nice, especially against light backgrounds. To improve the look of components such as collection view items and make them match mockups, this MR removes the enforced gray background from VLCImageView.

With changes:

Screenshot_2023-01-16_at_12.42.23

Before changes:

Screenshot_2023-01-16_at_12.44.40

Signed-off-by: Claudio Cambra developer@claudiocambra.com

Merge request reports