macosx: Make background for VLCImageView clear
At the moment, VLCImageView
s 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:
Before changes:
Signed-off-by: Claudio Cambra developer@claudiocambra.com